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.