Can't show image from Firebase

Database & APIs

I am trying to do something that should be very simple. I have an image stored on Firebase and I want to show it in my app. I have set up Firebase and initiated Storage. However I can't get the image to show up.

Please help me identify and resolve this issue (this feels like very basic functionality that I can't get working!)

What have you tried so far?

I have added an Image widget, selected 'Image Type' = 'Network' and pasted the image url in the 'Path' field. The image url is taken from Firebase - I click on the link to open the image in a new tab and copy the url. When I paste this url in the browser address bar, the image appears, even in incognito mode. In Flutterflow, however, the image doesn't appear - all I have is the outline of the widget. Note that when I use a url for a random image I find on the internet, the image does show up.

I have also tried putting the Firebase storage location as the path and this had the same effect (i.e. image not appearing)

Did you check FlutterFlow's Documentation for this topic?
Yes
2
2 replies