Hi! In my app, users can create new subjects to make a photo album for, so the hierarchy is users -> subjects -> images_of_subject list. I'm trying to set my app up so a user can upload multiple images to be saved in that images_of_subject field in Firebase for a subject they created. I set the schema up like this: users has a sub-collection called subjects and subjects has a field, which is a List <Image Path> called "images_of_subject." I'm trying to make it so when they upload their pictures of that person, it's stored in that "images_of_subject" field for the subject in Firebase. How do I set up the Action Flow Editor to do that? Right now, my button to upload photos is set up and they go straight to Firebase storage, but I just want to know how to make the images_of_subject field for the subject the user is uploading images of have those photos.
How do you get images to be uploaded to a specific field in a collection in Firebase?
2 replies