Seeder script to populate firestore with some example chats
- Install project dependencies with
yarn install
- Go to firebase-project > Project Settings > Service accounts
- Click on "Generate new private key", it will generate and dowload in your device a private key .json file
- Rename the file to "key.json" and place it inside the src folder
- Run the project with
yarn run start
, it will populate the firebase with some example chats