Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 423 Bytes

Installation

  1. yarn
  2. yarn firebase init
  3. yarn setup
  4. Fill the src/opts.js file

Usage

There are four commands:

  • yarn create:users - Programmtically creates src/users.json which is used by the import scripts (you don't have to run this manually)
  • yarn import:users - imports the users to firebase
  • yarn validate - Validates the newly created user
  • yarn start - runs import and validate