Skip to content

Instantly share code, notes, and snippets.

@pena56
Last active December 29, 2020 20:11
Show Gist options
  • Save pena56/d664fd8ae45a440022f9e110e1c1db1e to your computer and use it in GitHub Desktop.
Save pena56/d664fd8ae45a440022f9e110e1c1db1e to your computer and use it in GitHub Desktop.
import firebase from 'firebase';
const firebaseConfig = {
apiKey: 'AIzaSyDaOypQYRrifhfEQyLQLMkgcEyCA71W-hI',
authDomain: 'fir-todo-b730a.firebaseapp.com',
projectId: 'fir-todo-b730a',
storageBucket: 'fir-todo-b730a.appspot.com',
messagingSenderId: '592489376233',
appId: '1:592489376233:web:b7e878055e78a290ab8378',
measurementId: 'G-5V8B4JWDFY',
};
const firebaseApp = firebase.initializeApp(firebaseConfig);
export const auth = firebaseApp.auth();
export const googleProvider = new firebase.auth.GoogleAuthProvider();
export const db = firebaseApp.firestore(); //New
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment