Can't use an URL as value in mij Firebase databse

Hey Everybody!

I am trying to make an app where URL’s are a very important part of. I wanna store a huge amount of URL’s in my Firbase so they dont have to be stored in the app itself. But now when I use the link as value in Firebase it stops at / so for an example: if the URL in my firebase is www.test.com/test I only get www.test.com as value. How can I fix this?

Thanks in advance!

Welcome to the community. Do you store data from app or you add data directly in firebase ?

If you add data directly in firebase then

The format should be

"\"https:\\/\\/www.test.com\\/test\""
1 Like

It works! Thank you very very much! I’m just starting with making apps so the help is more than welcome :slight_smile:

1 Like