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

https://github.com/balaguru0414/firebase-crud

CRUD operations using firebase
https://github.com/balaguru0414/firebase-crud

firebase firebase-database react react-router-dom vite

Last synced: 3 months ago
JSON representation

CRUD operations using firebase

Awesome Lists containing this project

README

          

## Firebase CRUD

- [Live Demo](https://crud-bg.netlify.app)

Create ```.env``` file

```
VITE_FIREBASE_API_KEY= YOUR_API_KEY
VITE_FIREBASE_AUTH_DOMAIN= YOUR_AUTH_DOMAIN
VITE_FIREBASE_PROJECT_ID= YOUR_PROJECT_ID
VITE_FIREBASE_STORAGE_BUCKET= YOUR_STORAGE_BUCKET
VITE_FIREBASE_MESSAGING_SENDER_ID= YOUR_MESSAGING_SENDER_ID
VITE_FIREBASE_APP_ID= YOUR_APP_ID
```