In firebase Console;
- create a firebase project
- add firestore to the project
- add service accounts to the project
In this project
- copy paste the firestore and service config to src/config/* json files
- run yarn install
- run yarn setup-data, this will generate sample data and add them to firestore
run the app by yarn start