Seed Database
This step requires a Service Account in place
From the app root issue these following commands in order
npm run seed:users
npm run seed:tasks
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.