/firebase-idToken-generator

Sign in and get id token. Useful when developing and debuging your own backend.

Primary LanguageHTMLMIT LicenseMIT

Firebase IdToken Generator

Sign in and get id token. Useful when developing and debuging your own backend.

Tested runing on local server (XAMPP).

Setup

  1. Make sure you have web app for your firebase project.
  2. Rename or copy firebaseConfig.sample.js to firebaseConfig.js.
  3. Provide your web app apiKey in firebaseConfig.js. You can get this from web app section on Project Settings.

Usage

  1. Open index.html on browser. (for example: http://localhost/firebaseIdTokenGenerator/index.html)
  2. Sign in with any method you want.
  3. If sign in succeeded, you will be redirected to signedin.html.
  4. Id token will be loaded. You can use GET (force new) button to force new id token.

Screenshoots

index.html page

signedin.html page