yarn
yarn firebase init
yarn setup
- Fill the src/opts.js file
There are four commands:
yarn create:users
- Programmtically createssrc/users.json
which is used by the import scripts (you don't have to run this manually)yarn import:users
- imports the users to firebaseyarn validate
- Validates the newly created useryarn start
- runsimport
andvalidate