firebase-verify-email
v1.0.0
Published
> Activate test environment users programatically
Downloads
2
Readme
Verify Firebase User Email
Activate test environment users programatically
- Generate adminsdk cert Firebase Console -> Project Settings -> Service Accounts -> Firebase Admin SDK -> Generate new private key
- Clone the repo
- Copy the downloaded key into the repo
- Rename the json file to
service-account.json
- Run
npm install
- Run
npm start <user-uuid>
- get the user uuid from firebase console (Authentication -> Users) - Done!
PS C:\repo\firebase> npm start jOBMx7EqhVWqmF2P7u7KW96B5675
[email protected] start
node index.js jOBMx7EqhVWqmF2P7u7KW96B5675User email verified! You can log in now [email protected]