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.
- Host: GitHub
- URL: https://github.com/jeff-vincent/flask-firebase-js
- Owner: jeff-vincent
- Created: 2018-12-21T02:52:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T07:27:30.000Z (over 6 years ago)
- Last Synced: 2025-01-20T01:28:42.103Z (4 months ago)
- Topics: authentication, fetch-api, firebase, flask, full-stack, javascript, pyrebase, python, template
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```