Skip to content

Instantly share code, notes, and snippets.

@bachhm-dev
Created July 19, 2020 16:11
Show Gist options
  • Save bachhm-dev/1468cc8c27456ada654f4f26f9365b93 to your computer and use it in GitHub Desktop.
Save bachhm-dev/1468cc8c27456ada654f4f26f9365b93 to your computer and use it in GitHub Desktop.
// Your web app's Firebase configuration
import firebase from 'firebase'
const firebaseConfig = {
apiKey: '...',
authDomain: '...',
databaseURL: '...',
projectId: '...',
storageBucket: '...',
messagingSenderId: '...',
appId: '...',
measurementId: '...',
}
if (!firebase.apps.length) {
firebase.initializeApp(firebaseConfig)
}
export default firebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment