Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neka-nat/reflex-firebase

A Reflex custom component firebase
https://github.com/neka-nat/reflex-firebase

firebase python reflex

Last synced: 4 months ago
JSON representation

A Reflex custom component firebase

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
![login_form](assets/login_form.png)

### Todo demo
![demo](assets/todo_demo.gif)