This example is web boards focusing on data input / output for easy understanding of React(Redux) and Firestore.
- master: Firestore board
- step2: Realtime (onSnapshot)
- react_board: simple board(CRUD) examples for React
- redux_board: simple board(CRUD) examples for React + Redux
- react_firestore: this
- firebaseExample: simple board(CRUD) examples for Node.js(express): + Firestore
- git clone https://github.com/gujc71/react_firestore.git
- npm install
- set config for firebase in Firestore.js
- enable services(Auth, Storage, Firestore) in the firebase console.
- npm start