https://github.com/weaponsforge/firestore-todo
Testing react-redux-firebase with firestore
https://github.com/weaponsforge/firestore-todo
Last synced: 7 months ago
JSON representation
Testing react-redux-firebase with firestore
- Host: GitHub
- URL: https://github.com/weaponsforge/firestore-todo
- Owner: weaponsforge
- Created: 2020-08-13T00:49:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T02:54:43.000Z (over 5 years ago)
- Last Synced: 2025-07-11T11:23:10.957Z (10 months ago)
- Language: JavaScript
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## firestore-todo
> Testing react-redux-firebase firestore on a typical TO-DO app.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), using the [Redux](https://redux.js.org/) and [Redux Toolkit](https://redux-toolkit.js.org/) template.
With reference from [**Getting started with react-redux-firebase**](https://blog.logrocket.com/getting-started-react-redux-firebase/).
### Prerequisites
1. Firebase project
- with Google Sign-In enabled in the Firebase Authentication section
2. yarn
- version 1.19.1 was used for this project
@weaponsforge
20200813
## Installation
1. Clone this repository.
`https://github.com/weaponsforge/firestore-todo.git`
2. Copy your firebase project's settings in:
`/src/firebase/firebase.config.js`
3. Install dependencies.
`yarn install`
3. Run the app.
`yarn start`
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### `yarn test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `yarn build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `yarn eject`
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**