Skip to content

Instantly share code, notes, and snippets.

@asumansenol
Created April 3, 2020 16:00
Show Gist options
  • Save asumansenol/4e34fe81bef1e7c1bca6c2f6e087f9ce to your computer and use it in GitHub Desktop.
Save asumansenol/4e34fe81bef1e7c1bca6c2f6e087f9ce to your computer and use it in GitHub Desktop.
export const firebaseConfig = {
apiKey: "WRITE YOUR API KEY",
authDomain: "WRITE YOUR AUTH DOMAIN",
databaseURL: "WRITE YOUR DATABASE URL",
projectId: "WRITE YOUR PROJ ID",
storageBucket: "WRITE YOUR STORAGE BUCKET",
messagingSenderId: "WRITE YOUR MESSAGING SENDER ID",
appId: "WRITE YOUR APP ID",
measurementId: "WRITE YOUR MEASUREMENT ID"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment