Skip to content

Instantly share code, notes, and snippets.

@LintangWisesa
Created September 12, 2019 07:34
Show Gist options
  • Save LintangWisesa/ab07157f5d5a8b34fe469336b3e1069c to your computer and use it in GitHub Desktop.
Save LintangWisesa/ab07157f5d5a8b34fe469336b3e1069c to your computer and use it in GitHub Desktop.
Firebase Config
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