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:groups
  3. npm run seed:messages
  • You can check email+password of created users at seeds/users.json
  • Messages seed may take a while to complete since it adds 1 year worth of data
  • 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 Thu, Mar 2, 2023