Hi Guys! This is a basic Flask + firebase authentication Demo.
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.