Skip to content

xgrons/Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

User Authentication System

Python Firebase Authentication with Email & Password

Installation

FireBase App

  • 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"
}

Python Library

pip install pyrebase

  • in case of error try to upgrade some Librarys.
pip install -U setuptools
pip install -U gcloud
pip install pyrebase

Usage

Check out Pyrebase documentation for further details.

About

User Authentication System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages