Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.16 KB

File metadata and controls

26 lines (20 loc) · 1.16 KB

Python and Firebase with Deployment

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.

Using the Repo

First go through the tutorials on my YouTube channel in this playlist

Follow the steps given below
  1. Clone this repository using command ~
git clone https://github.com/kanuarj/FirebasePython.git
cd FirebasePython
  1. Install required python packages ~
pip install flask pyrebase
  1. Follow tutorials and experiment with code.

  2. Subscribe to my YouTube channel.


Happy Learning. Peace.