hi, I’m building an application that will let user...
# firebase
o
hi, I’m building an application that will let users create/view images with some specifics and I’m using Cloud Firestore to manage the data I’m now at the stage where I want to upload those images to Firebase, and each image is of course linked to a user’s activity, I’m thinking of doing the following, is it accurate? -> User creates images -> Upload image to Cloud Store -> get URL link and link it to user’s account on Cloud Firestore