Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 930 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 930 Bytes

Firebase Auth Generate Token

This is a very simple NodeJs script to generate the Firebase access token from email and password.

Getting Started

Clone the repository.

git clone https://github.com/tregismoreira/firebase-auth-generate-token.git

Install the dependencies.

# with Yarn
yarn

# or with NPM
npm install

Create a .env file in the root directory of your project and paste your Firebase credentials.

FIREBASE_API_KEY=
FIREBASE_AUTH_DOMAIN=
FIREBASE_PROJECT_ID=

Start the script.

# with Yarn
yarn start

# or with NPM
npm run start

Once you run the script, you will be prompted the email and password. If the credentials are correct, the script will return the access token.

Authors

Contributing Guide

See CONTRIBUTING.md

License

See LICENSE