Skip to content

Instantly share code, notes, and snippets.

@LintangWisesa
Created September 12, 2019 07:21
Show Gist options
  • Save LintangWisesa/62c256190d9ccb29323a41d19ffa1728 to your computer and use it in GitHub Desktop.
Save LintangWisesa/62c256190d9ccb29323a41d19ffa1728 to your computer and use it in GitHub Desktop.
Firebase SDK
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/6.6.0/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#config-web-app -->
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "abcdefghijklmnopqrstuvwxyz",
authDomain: "lintangwisesa.firebaseapp.com",
databaseURL: "https://lintangwisesa.firebaseio.com",
projectId: "lintangwisesa",
storageBucket: "lintangwisesa.appspot.com",
messagingSenderId: "1234567890",
appId: "0:1234567890:web:1234567890abcde"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment