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
- Host: GitHub
- URL: https://github.com/anas-ambalavan/react-todo-firebase-firestore
- Owner: anas-ambalavan
- Created: 2023-01-12T18:04:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T11:58:05.000Z (over 2 years ago)
- Last Synced: 2025-01-18T03:24:15.564Z (5 months ago)
- Topics: firebase-firestore-database, react
- Language: JavaScript
- Homepage: https://react-todo-teal-sigma.vercel.app
- Size: 323 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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