Skip to content

Instantly share code, notes, and snippets.

@lazzyms
Created February 22, 2019 08:38
Show Gist options
  • Save lazzyms/d8487f5768547b9e0917f52a7120ecc4 to your computer and use it in GitHub Desktop.
Save lazzyms/d8487f5768547b9e0917f52a7120ecc4 to your computer and use it in GitHub Desktop.
firebase configuration gist
var config = {
apiKey: "yOurAppAPIkey11",
authDomain: "your-app.firebaseapp.com",
databaseURL: "https://your-app.firebaseio.com",
projectId: "your-app",
storageBucket: "your-app.appspot.com",
messagingSenderId: "3034404405537"
};
firebase.initializeApp(config);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment