Created
December 8, 2017 19:00
-
-
Save gndx/b6533b546e24759cb6ffa856fbb8d5f7 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
import firebase from 'firebase'; | |
const config = { | |
apiKey: "unreadablestuff", | |
authDomain: "your-project-name.firebaseapp.com", | |
databaseURL: "https://your-project-name.firebaseio.com", | |
projectId: "your-project-name", | |
storageBucket: "your-project-name.appspot.com", | |
messagingSenderId: "0112358132134" | |
}; | |
const firebaseConf = firebase.initializeApp(config); | |
export default firebaseConf; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment