Skip to content

Instantly share code, notes, and snippets.

@smartITNinja
Created December 19, 2017 18:42
Show Gist options
  • Save smartITNinja/278250a51432c278af36f77ac7fd2a64 to your computer and use it in GitHub Desktop.
Save smartITNinja/278250a51432c278af36f77ac7fd2a64 to your computer and use it in GitHub Desktop.
var config = {
apiKey: "YOUR-API-KEY",
authDomain: "YOUR-DB-DOMAIN",
databaseURL: "YOUR-DB-URL",
projectId: "YOUR-PROJECT-ID",
storageBucket: "YOUR-STORE-BUCKET",
messagingSenderId: "YOUR-SENDER-ID"
};
firebase.initializeApp(config);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment