Is there any way to upload the Credential File to the Firebase and only pass a path for this file from firebase to authenticate. For Example: here I need to pass the credential file which is in my local computer I need to pass a path from the internet maybe by uploading the credential file “serviceAccountKey.json” to the firebase and
Tag: firebase-admin
How to authenticate to Firebase using Python?
I am building a Web App with Python and I would like to authenticate users. The pyrebase package seems to be outdated and it generates dependency errors so I cannot use it. I know that there is a function from the firebase-admin API that works like this: But what if this user has a password? I would like to check