How to Resolve Photo Upload Issues in FlutterFlow to Firebase


I'm configuring a schema, but I'm encountering an issue where I can't upload a photo to Firebase from FlutterFlow using the upload button. The only workaround I've found is to manually upload the photo to Firebase/Storage, retrieve the URL, and then add it to the URL field, which allows me to add the document.

However, my goal is to enable direct uploads from FlutterFlow, as I also want users to be able to upload photos directly from the app.

I'm puzzled as to why I can't upload directly from FlutterFlow. Can anyone shed some light on this issue?

4
6 replies