This repository is having files covered in the tutorials on YouTube.
Implementation is done using the Pyrebase, which is a simple wrapper for Firebase API to interact with Python.
To make this interesting I've used the Flask Framework.
First go through the tutorials on my YouTube channel in this playlist
- Clone this repository using command ~
git clone https://github.com/kanuarj/FirebasePython.git
cd FirebasePython
- Install required python packages ~
pip install flask pyrebase
Happy Learning. Peace.