Skip to content

z4yed/firebase-authentication-pub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You need to add your firebase app configuration in the Firebase directory.

Here is an example:

Filename: firebase.config.js Code:

const firebaseConfig = {
  apiKey: "YOUR API KEY",
  authDomain: "YOUR AUTH DOMAIN",
  projectId: "YOUR PROJECT ID",
  storageBucket: "YOUR STORAGE BUCKET",
  messagingSenderId: "YOUR MESSAGING SENDER ID",
  appId: "YOUR APP ID",
};

export default firebaseConfig;

Here is a live url for how that works: https://z4yed-firebase-google-auth.netlify.app/