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

https://github.com/anas-ambalavan/react-todo-firebase-firestore

A sample react todo app using firestore database
https://github.com/anas-ambalavan/react-todo-firebase-firestore

firebase-firestore-database react

Last synced: 3 months ago
JSON representation

A sample react todo app using firestore database

Awesome Lists containing this project

README

        

#### Step 1:

- Create Firebase account and configure Firestore database
https://firebase.google.com/docs/firestore
- Create .env file in root dir and add variables according to the config file `src/firebase.config.js`

eg:

`REACT_APP_API_KEY=`

`REACT_APP_AUTH_DOMAIN=`

`REACT_APP_DATABASE_URL=`

`REACT_APP_PROJECT_ID=`

`REACT_APP_STORAGE_BUCKET=`

`REACT_APP_MESSAGING_SENDER_ID=`

`REACT_APP_APP_ID=`

#### Step 2:

npm install

#### Step 3:

npm start

#### For more info about Firebase Firestore Database

https://firebase.google.com/docs/firestore