How can i get url from firebase and set to image?

Hi!
How can i get the image url from firebase and set to the picture?



Why i only get the “https”? How can i get the whole url?

do not use “/” or “.” in the tag

1 Like

replace them with some another symbols or signs and when you get the value you do the vice versa with the symbols/signs

1 Like

Yaa I think . Or / are not support in firebase so try to replace with * or # and when got value then replace * or # with . Or /

2 Likes

I think problem with “:” symbol so first you replace “:” with “+” if not getting any error then go with this, else

1 Like

Try :

3 Likes

your link is in this format “/“your image url/””

2 Likes

it looks like you manually added the url tag and it’s value in Firebase.

Use Store Value Block.

See i uploaded a URL with Store Value Block and how it’s stored in Firebase :point_down:

And when i call the Tag i get the Complete Value.

5 Likes

Thanks everyone for the help!
Works.

@ADDYLIN
Yes, i manually added the url , but i have admin panel. When i add the value from my admin panel , its working correctly. So, everything works perfectly. Thanks for the help everyone

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.