Skip to content

hisaya-sugita/get-firebase-auth-token-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get idToken from Firebase Authentication

Demo app just to get idToken from Firebase Authentication with multiple providers.

  1. You need to create public/firebase.js and input the necessary information.
  2. npm install
  3. npm start
  4. Access to 'https://localhost:4000'
  5. Press one of the Sign-In buttons
  6. You can get idToken!

public/firebase.js

var firebaseConfig = {
  apiKey: "",
  authDomain: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: "",
  appId: "",
  measurementId: ""
};
firebase.initializeApp(firebaseConfig);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published