Hello FlutterFlow community,
I am working on a project where I need to capture or select an image from the camera or gallery, save its URL or path in the app or widget state, and later update this image data to Firebase upon a button click.
Here's what I have so far:
Capturing/Selecting Image:
I have successfully implemented the functionality to capture or select an image using FlutterFlow's
update/save media
feature.
Saving Image Data:
I'm struggling with saving the image URL or path in the app or widget state. How can I achieve this to make the image data accessible for later use?
Firebase Integration:
Once the user is done and clicks a button (e.g., "Next" or "Done"), I want to send this saved image data to Firebase. What's the best way to structure this process? Are there any specific Firebase plugins or functions within FlutterFlow that can help with this?
I would appreciate any guidance, examples, or suggestions on how to successfully save and update image data in FlutterFlow using Firebase.