Issues in kodular eagle and Firebase database

I have issues with my kodular app and firebase. How to fix it??

Heres my blocks and firebase:

But it dosent show nothing as value because its thinking the tag isn’t there.

pls help im new to firebase!

leave bucket empty, because “applicationstore-46cbb” will not listed as bucket, so set block bucket to empty, and then you will get data

4 Likes

@ImranTariq database expert has spoken :wink:

3 Likes

Thank you! :slight_smile:

1 Like

but if i type a string with spaces then it isn’t showing all.

firebase dosent support spaces directly, for example, if you text is “my text” and you directly put this in firebase value then it will show only “my” and dosnt show word “text”

you need to save data like ““my text””

then it will get it full.

1 Like

What about links in firebase? I tried but it just showing “https”.

Same will go for links, in start and end put that, and it will get full link,

““https:\fulwebsitelink””

acctualy web is not supporting text, so i am adding picture,

image

image

2 Likes

Now i have another problem: my url is: https://docs.google.com/uc?export=download&id=1MW5MDD4Qrq0MQlG16zTnRS9-thcp2wZx

but after i get it from firebase it shows: "https://docs.google.com/uc?export=download&id=1MW5MDD4Qrq0MQlG16zTnRS9-thcp2wZx.

how to remove this at the start: ( " ) ???

if you are storing like this, then it will never return any " on start or end check again .

image

but if i do it so, then it switch automatically to this

“”\“https://docs.google.com/uc?export=download&id=1MW5MDD4Qrq0MQlG16zTnRS9-thcp2wZx”""

dont use 2 " at start. it cannot be showed here because of \ so, use it in firebase only.

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