You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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', '[email protected]', extra={'id': 123})
The text was updated successfully, but these errors were encountered: