From 9bd0ad72115eca35a87c14f20f252a6f2e16a04f Mon Sep 17 00:00:00 2001 From: mantikoros Date: Wed, 15 Dec 2021 22:20:39 -0600 Subject: [PATCH] test --- web/lib/firebase/init.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/web/lib/firebase/init.ts b/web/lib/firebase/init.ts index 35266282..c807de98 100644 --- a/web/lib/firebase/init.ts +++ b/web/lib/firebase/init.ts @@ -14,11 +14,11 @@ const firebaseConfig = { export const app = initializeApp(firebaseConfig) export const db = getFirestore(app) -try { - // Note: this is still throwing a console error atm... - import('firebase/analytics').then((analytics) => { - analytics.getAnalytics(app) - }) -} catch (e) { - console.warn('Analytics were blocked') -} +// try { +// // Note: this is still throwing a console error atm... +// import('firebase/analytics').then((analytics) => { +// analytics.getAnalytics(app) +// }) +// } catch (e) { +// console.warn('Analytics were blocked') +// }