In firebase Console;

  1. create a firebase project
  2. add firestore to the project
  3. add service accounts to the project

In this project

  1. copy paste the firestore and service config to src/config/* json files
  2. run yarn install
  3. run yarn setup-data, this will generate sample data and add them to firestore

run the app by yarn start