Socket
Socket
Sign inDemoInstall

firebase-tokenize

Package Overview
Dependencies
69
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    firebase-tokenize

Easily generate Firebase tokens from the command line.


Version published
Maintainers
1
Install size
6.41 MB
Created

Readme

Source

firebase-tokenize

Easily generate Firebase tokens from the command-line!

Note: By default firebase-tokenize uses your stored Firebase credentials from firebase-tools so you will not normally need to supply email/password

Installation

Install via npm:

npm install -g firebase-tokenize

Example

firebase-tokenize -n yourFirebase '{"uid": "america", "is": "bestest"}'

Arguments

-n / --namespace

Your Firebase name.

-e / --email

Your account email address (used for manual authentication).

-p / --password

Your account email address (used for manual authentication).

-s / --secret-index

The index of the Firebase's secret which should be used to generate the token.

-d / --debug

Set the Firebase token to a debug token.

-a / --admin

Set the Firebase token to an admin token.

--expires

An epoch after which this token expires.

--not-before

An epoch after which this token becomes valid.

Credits

Development of this library is sponsored by Rigidflame Consultants.

Keywords

FAQs

Last updated on 30 May 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc