Update firebaseService.js

This commit is contained in:
Arjun Patel
2022-01-16 16:09:49 -08:00
parent 13a7c75a4b
commit d357e16ac5
+2 -2
View File
@@ -10,7 +10,7 @@
// Import the functions you need from the SDKs you need
import * as firebase from "firebase/app";
import { getAnalytics } from "firebase/analytics";
// import { getAnalytics } from "firebase/analytics";
import { getFirestore } from "firebase/firestore";
import {
browserSessionPersistence,
@@ -36,7 +36,7 @@ const firebaseConfig = {
// Initialize Firebase
// if (typeof window !== "undefined") {
const app = firebase.initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
// const analytics = getAnalytics(app);
console.log("initialized firebase");