image loading problems from firebase to image widget

Database & APIs

i defined a field in my firesore database to be of type String.
i succesfully can upload a taken picture to the firebase storage and to catch the url link ( i can see it in the firebase console).

when i try to load the url to the image widget - the flutterflow askes the type to be imagePath (and not string). actually it gives me no option to choose the url (string) that was saved.
furthermore, I tested the url saved in the firestore, and it works loading in Chrome. I manualy copied this Url to the imagewidget path - and it still shows nothing on run mode.

What have you tried so far?

uploading to database as string.

loading manually a working url to the image widget

Did you check FlutterFlow's Documentation for this topic?
No
1
5 replies