An open API service indexing awesome lists of open source software.

https://github.com/jeff-vincent/flask-firebase-js

A simple template for integrating Firebase (Pyrebase) into a Flask project paired with modern, unbiased JS.
https://github.com/jeff-vincent/flask-firebase-js

authentication fetch-api firebase flask full-stack javascript pyrebase python template

Last synced: 2 months ago
JSON representation

A simple template for integrating Firebase (Pyrebase) into a Flask project paired with modern, unbiased JS.

Awesome Lists containing this project

README

        

# flask-firebase-js

A simple template for integrating Firebase (Pyrebase) into a Flask project paired with modern, unbiased JavaScript.

## To run locally:

Clone the repo:
```bash
git clone https://github.com/jeff-vincent/flask-firebase.git
```
Create and activate a [**virtualenv**](https://virtualenv.pypa.io/en/latest/) that runs Python3.

Install:
```bash
make install
```

Run:
```bash
make run
```