How can we store url in firebase ?
If URL store in this format.
Than it will work otherwise not
How can we store URL in this format
How can we store url in firebase ?
If URL store in this format.
Than it will work otherwise not
This, read the topic:
I’m using text box
&
I want store URL in firebase
Not get URL
I want store URL in this format
Can we use any other way
Help …
Did You read ?
“for storing link do this”
URL in Firebase is stored in different way.
This is the format:
"\"https:\\/\\/www.google.com\""
.
I want store it from blocks method.
Not manually
I have a lot users
He wants store a URL
Can you give any example of blocks
Just store the url like a value
Show us yours blocks , what did you try ?
you can use Join block
just use this block
Dont need to use join block just store the textbox text
if user not enter https:// in textbox text. then, firebase didn’t store it as URL. i think…
Let’s wait for him to show what he tried.
You want easy answers without testing.
If you do what Sumit1334 said, it works…
If you put a url in a Texbox or take it out of a text label or wherever, when you save it in Firebase, it is saved as follows:
"\"https:\\/\\/upload.wikimedia.org\\/wikipedia\\/commons\\/a\\/aa\\/Monica_Bellucci_2006.jpg\""
But when you use the blocks to get the data in Firebase and put it in a Label, it looks right:
You get this:
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.