Skip to content

VirtualMonk-108/python-firebase-authApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi Guys! This is a basic Flask + firebase authentication Demo.

Watch this Video to watch the complete step-by-step walkthrough: https://www.youtube.com/watch?v=7NjyOx8fACA&feature=youtu.be

You will need to setup a firebase account and create a n ew project. Clone the project, Then

  1. run the following command in your terminal: pip3 install -r requirements.txt
  2. Open the project in your text editor and go to the app/routes.py file.
  3. Update the values in the config object with you firebase project credentials
  4. Then run the command flask run
  5. You should be able to register, get a password verification link and log in.

I have not added sessions into the routes.py file yet however this code should be sufficient enough to easily integrate to firebase.

Please star and follow my repository :)

About

Hi Guys! This is to serve as a comprehensive application to allow users to connect their Flask web-apps to firebase using firebase's authentication systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages