Hello everyone,
Situation:
I’ve integrated the camera into my app and after taking a photo, the image is returned as a Base64 string and stored in the app's state. I then convert the Base64 string into a file type that can be uploaded. The image is successfully displayed on the UI (so the conversion is working fine), but I’m facing an issue when trying to upload this file to Firebase to get the imagePath
.
Current Issue:
Although the image displays correctly after the conversion, I'm struggling with uploading the file to Firebase and retrieving the image path. Has anyone faced a similar problem or have any advice on how to resolve this? Any help would be greatly appreciated!
(1) Create custom camera widget on Flutterflow | live preview camera - YouTube