Hi, I hope you guys are doing great!
I've recently tried to start using the "Upload/Save Media" action in my project this weekend. So far, I have been trying to upload photos and have successfully stored them in there "byte" form. I believe this means it is being stored in the device's local storage but I am not 100% sure.
Unfortunately, I start hitting a wall when I try to upload the images to firebase. It seems that I should be seeing an option to adjust an upload type from local to firebase; however, as I will try to show in the image below, I do not really see that option.
I suspect that it has to do with how I have my flutterflow and firebase configurations set up, but I've tried running through the recommended configuration processes from the flutterflow documentation and made sure that my firestore rules did not have an expired request time date.
From what I can see within the project's firebase settings, it all lights up green too. So at this point I am at a bit of a loss on what my next steps should be haha.
If there are any possible ideas you guys would be willing to spitball at me, then I would greatly appreciate it since the ability to store photos with firebase is a pretty important feature for my project lol.
Thanks for taking the time to read this!!!