Hi, No matter what I try I cannot get this to work. I have a simple collection created in FlutterFlow called photos and it contains 2 fields. photo defined as "Image Path" and whenCreated which is a DateTime.
I have a button on a form that uses an action to upload media to Firebase and another button that posts the photo to Firebase.
The document gets created in the photos collection but the photo field is always an empty string. Can anyone tell me what I'm doing wrong? Usually, I just create collections in FlutterFlow but I found the photos collection was never being created in Firebase so I manually created it there. The photo field in the collection in FlutterFlow is defined as "Image Path" but that selection does not exist in Firebase so I had to define the photo field in Firebase as a string. Could that be the problem? Below are my 2 actions in my app. FlutterFlow created a random name in the Upload media Action but I changed it to UploadWeeklyVanPhotosCamera as shown below. I assume I can call that any unique name I like. It has not been used anywhere.