Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 339 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 339 Bytes

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