Seed Database

This step requires a Service Account in place

From the app root issue these following commands in order

  1. npm run seed:users
  2. npm run seed:tasks
  3. npm run seed:boards
  • You can check email+password of created users at seeds/users.json
  • Check out Firebase console to see data added on Cloud Firestore.
  • Once it's completed you should be all set to run the app.
Edit this page on GitHub Updated at Fri, Apr 29, 2022