Skip to content

Instantly share code, notes, and snippets.

@ridgeO
Created June 9, 2017 00:43
Show Gist options
  • Save ridgeO/54e7f4be03b078457f06bdc9ecb2798b to your computer and use it in GitHub Desktop.
Save ridgeO/54e7f4be03b078457f06bdc9ecb2798b to your computer and use it in GitHub Desktop.
# firebaseConfig.js
...
// Initialize Firebase
const firebaseConfig = {
apiKey: "<your-api-key>",
authDomain: "<your-auth-domain>",
databaseURL: "<your-database-url>",
storageBucket: "<your-storage-bucket>"
};
const firebaseApp = firebase.initializeApp(firebaseConfig);
export default firebaseApp;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment