FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
943 stars 494 forks source link

need urgent help in the following issue whenever i am trying to see my database sectrets of my created project in Firebase Console its showing the following #433

Open Nuba123 opened 5 years ago

Nuba123 commented 5 years ago

Database secrets are currently deprecated and use a legacy Firebase token generator. Update your source code with the Firebase Admin SDK.

mobizt commented 5 years ago

See Database secrets list under that warning. Click Show button.

Untitled

Nuba123 commented 5 years ago

Thanks so much for your quick reply and help. After posting this issue I was find the secret key. Thanks once again.

Sent from Yahoo Mail for iPhone

On Tuesday, April 2, 2019, 3:36 am, mobizt notifications@github.com wrote:

See Database secrets list under that warning. Click Show button.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

fgolemo commented 4 years ago

Is there any plan to update the code to non-legacy authentication?

Aishwarya19966 commented 2 years ago

Here is the link https://youtu.be/1kqj7sWDslY for the clear solution to access the data base secretes from firebase latest version which shows up Database secrets are currently deprecated ans use a legacy Firebase token generator. Update your source code with the Firebase Admin SDK.

I hope this helps someone