Created
September 12, 2019 07:21
-
-
Save LintangWisesa/62c256190d9ccb29323a41d19ffa1728 to your computer and use it in GitHub Desktop.
Firebase SDK
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
<!-- 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