Hi everyone,
I’m facing a problem with image uploads in FlutterFlow.
When I upload an image using the Upload/Save Media
action (with Firebase Storage), it generates a link like :
https://firebasestorage.googleapis.com/v0/b/myapp.appspot.com/o/users%2F...%2Ffilename.png?alt=media&token=... etc
But the image doesn’t display in the app (like the screenshot below). However, external URLs (like from public websites) display correctly.
And I want uploaded images to be publicly visible in the app (e.g., salons photos, etc), even for users who are not logged in.