Skip to content

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

License

Notifications You must be signed in to change notification settings

suryavip/firebase-idToken-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published