Firebase no token key

resim
how i can fix???

It gets generated once you go into the “Authentication” section for the first time

2 Likes

If you are using firebase authedication desperately you are in need of it and can get just by click in the setting icon in as show in @dora_paz image where as If you are using only firebase database just forget about it… and set up your blocks

it gives permission is denied…

Have you set rules ?

write:false,
read:false

Change them to

{
  "rules": {
    ".read": true,
    ".write": true
  }
}
2 Likes

Why do you set both of them to false? planning for setting any rules?

because it says “stealing data”

Have a look this guide

1 Like

i want realtime database…

Check here about securing the Firebase rules.

https://docs.kodular.io/guides/component-examples/firebase-rules/

https://docs.kodular.io/guides/component-examples/securing-app/

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