Python Firebase Authentication with Email & Password
- Step 1 : Create a projet Firebase.
- Step 2 : Make a Firebase Web App
- Step 3 : Edit firebaseConfig in Auth.py
firebaseConfig = {
"apiKey": "xxx",
"authDomain": "xxx",
"databaseURL": "xxx",
"projectId": "xxx",
"storageBucket": "xxx",
"messagingSenderId": "xxx",
"appId": "xxx",
"measurementId": "xxx"
}
pip install pyrebase
- in case of error try to upgrade some Librarys.
pip install -U setuptools
pip install -U gcloud
pip install pyrebase
Check out Pyrebase documentation for further details.