How to connect firebase database to my app?

i can’t find where is my mistake,

Q1. how can i find firebase token & firebase url?

Q2. Is there any mistake on my block’s storeValue, getValue, gotValue blocks?

if you think that this question is silly then sorry for that but i am new koder:grin: :grin:.
aia file - App_Testing (1).aia (12.1 KB)

1 Like

Then why not you search it on community.
This is very basic. First you learn about basics.

And also you have to fill your firebase token and URL in firebase db properties.

You will get your firebase URL in firebase database at the top and token in project settings.

1 Like

what is firebase token?
and i already check on google and kodular no one tell what is firebase token :stuck_out_tongue_winking_eye: :stuck_out_tongue_winking_eye:

Firebase token is nothing but API key.

is thunkable and kodular process for connecting the realtime firebase database same

is this video help me
:point_down: :point_down: :point_down:

Yes, everything is same.

With many call to get Firebase Value your app freezer for some second until get the tag value !!
Why used 3 firebase component you can do the same with one firebase component change proyect bucket

I think you have concept error about firebase
tag = userName
value = name

yeah, i have lot of confusion about firebase :thinking:

i think this videos playlist will help me :grin: :upside_down_face:

You can found many questions (and how to solved) about firebase in this community

really :thinking:

OK… any way !!

  1. You don’t set Firebase URL
  2. Forgot (for now) Firebase token
  3. You changes the Firebase Database rules to user get access ?