Skip to content

Instantly share code, notes, and snippets.

@gndx
Created December 8, 2017 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gndx/b6533b546e24759cb6ffa856fbb8d5f7 to your computer and use it in GitHub Desktop.
Save gndx/b6533b546e24759cb6ffa856fbb8d5f7 to your computer and use it in GitHub Desktop.
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