Created
September 12, 2019 07:34
-
-
Save LintangWisesa/ab07157f5d5a8b34fe469336b3e1069c to your computer and use it in GitHub Desktop.
Firebase Config
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 firebase = require('firebase') | |
var config = { | |
apiKey: "abcdefghijklmnopqrstuvwxyz", | |
authDomain: "lintangwisesa.firebaseapp.com", | |
databaseURL: "https://lintangwisesa.firebaseio.com", | |
projectId: "lintangwisesa", | |
storageBucket: "lintangwisesa.appspot.com", | |
messagingSenderId: "1234567890", | |
appId: "0:1234567890:web:1234567890abcde" | |
}; | |
var fire = firebase.initializeApp(config); | |
module.exports = fire |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment