Created
December 8, 2019 05:51
-
-
Save alejovdev/55ae565403243025f81d40ef0ff9f120 to your computer and use it in GitHub Desktop.
This file contains 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/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