Created
February 22, 2019 08:38
-
-
Save lazzyms/d8487f5768547b9e0917f52a7120ecc4 to your computer and use it in GitHub Desktop.
firebase configuration gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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