ozgur/python-firebase

[Firebase Authentication] What's THIS_IS_MY_SECRET and Where can I put my password for login

Opened this issue · 1 comments

Hey I'm new on python-firebase I have a little bit question about Authentication

from below code. Where can I put my password.
And What's THIS_IS_MY_SECRET.where can I get it?

authentication = firebase.FirebaseAuthentication('THIS_IS_MY_SECRET', 'ozgurvt@gmail.com', extra={'id': 123})

You can go to the project settings of Firebase account and then to the Service accounts where the Database Secrets contains the secret of your database. Well, it is getting deprecated, better to start using Firebase python admin package.