Firebase query pls help me

I store a url in firebase under any tag but when i call value from that tag only https is returning…
Why full url is not getting?

Pls help

Can you share some screenshots? How exactly do you store the URL in Firebase?


See this

Did you manually add the URL there?

Yes i add manually to check… But in original app will directly add url there

Ok so if I remember correctly the URL should be something like this:

"\"Https:\/\/www.google.com\""

But url will be adding from app directly then how will it be like u suggest?

When you add text in Firebase through your app (in this case a URL) Firebase automatically formats it to something like the URL above.

But i didnt want to add manually all time… App will store that url

Is this happen becoz of I enter url manually?

Yes. Now that you’ve entered it manually it’s not working as it should.