Skip to content

Instantly share code, notes, and snippets.

@alejovdev
Created December 8, 2019 05:51
Show Gist options
  • Save alejovdev/55ae565403243025f81d40ef0ff9f120 to your computer and use it in GitHub Desktop.
Save alejovdev/55ae565403243025f81d40ef0ff9f120 to your computer and use it in GitHub Desktop.
import firebase from 'firebase/app'
import 'firebase/firestore'
const firebaseConfig = {
// THE CONFIG OBJECT OF YOUR FIREBASE PROJECT
// YOU CAN GET THIS AT THE FIREBASE DASHBOARD
// https://firebase.google.com/docs/web/setup
}
firebase.initializeApp(firebaseConfig)
export const firestore = firebase.firestore()
export default firebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment