Last active
March 5, 2017 08:05
-
-
Save butackle/d413942d085717bab8744740c1e2bfa9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// Initialize Firebase | |
const config = { | |
apiKey: "sakiika_ikaga00sakiika_ikaga", | |
authDomain: "sakiika-ikaga.firebaseapp.com", | |
databaseURL: "https://sakiika-ikaga.firebaseio.com", | |
storageBucket: "sakiika-ikaga.appspot.com", | |
messagingSenderId: "0123456789" | |
}; | |
firebase.initializeApp(config); | |
// realtime database | |
const database = firebase.database(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment