FirebasePython
Web Based Applications using Flask and Pyrebase which is a Python Library for Firebase API.
Install / Use
/learn @kanuarj/FirebasePythonREADME
Python and Firebase with Deployment
This repository is having files covered in the tutorials on <a href="https://youtube.com/playlist?list=PLT_6xP6jAq8iZWXape48e5JJSsaq8fl19">YouTube</a>.</br> Implementation is done using the <a href="https://github.com/thisbejim/Pyrebase">Pyrebase</a>, which is a simple wrapper for Firebase API to interact with Python.</br> To make this interesting I've used the <a href="https://github.com/pallets/flask">Flask</a> Framework.</br>
Using the Repo
First go through the tutorials on my <a href="https://youtube.com/c/Raunak Joshi">YouTube</a> channel in this <a href="https://youtube.com/playlist?list=PLT_6xP6jAq8iZWXape48e5JJSsaq8fl19">playlist</a> </br>
Follow the steps given below</br>
- Clone this repository using command ~
git clone https://github.com/kanuarj/FirebasePython.git
cd FirebasePython
- Install required python packages ~ </br>
pip install flask pyrebase
-
Follow <a href="https://youtube.com/playlist?list=PLT_6xP6jAq8iZWXape48e5JJSsaq8fl19">tutorials</a> and experiment with code.
-
Subscribe to my <a href="https://youtube.com/c/Raunak Joshi">YouTube</a> channel.
