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
- run the following command in your terminal: pip3 install -r requirements.txt
- Open the project in your text editor and go to the app/routes.py file.
- Update the values in the config object with you firebase project credentials
- Then run the command flask run
- 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 :)