https://github.com/neka-nat/reflex-firebase
A Reflex custom component firebase
https://github.com/neka-nat/reflex-firebase
firebase python reflex
Last synced: about 1 year ago
JSON representation
A Reflex custom component firebase
- Host: GitHub
- URL: https://github.com/neka-nat/reflex-firebase
- Owner: neka-nat
- Created: 2023-01-17T13:59:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T03:30:12.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T08:12:04.402Z (about 1 year ago)
- Topics: firebase, python, reflex
- Language: Python
- Homepage:
- Size: 257 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reflex-firebase
A Reflex custom component firebase.
## Installation
```bash
pip install reflex-firebase
```
## Getting Started
```bash
git clone https://github.com/neka-nat/reflex-firebase.git
cd reflex-firebase
cp .env.sample .env
# FIREBASE_API_KEY=
# FIREBASE_AUTH_DOMAIN=
# FIREBASE_DATABASE_URL=
# FIREBASE_PROJECT_ID=
# FIREBASE_STORAGE_BUCKET=
# FIREBASE_MESSAGING_SENDER_ID=
# FIREBASE_APP_ID=
# FIREBASE_MEASUREMENT_ID=
```
Run demo.
```bash
cd firebase_demo
pip install -r requirements.txt
reflex run
```
### Login form

### Todo demo
