From ff4bb3330ae001f3bf37df3d5710774178c432d6 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Sun, 30 Jan 2022 22:29:16 -0600 Subject: [PATCH] Change back to isProd = true --- web/lib/firebase/init.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/lib/firebase/init.ts b/web/lib/firebase/init.ts index c44f72ea..86c0648a 100644 --- a/web/lib/firebase/init.ts +++ b/web/lib/firebase/init.ts @@ -2,8 +2,8 @@ import { getFirestore } from '@firebase/firestore' import { initializeApp, getApps, getApp } from 'firebase/app' // TODO: Reenable this when we have a way to set the Firebase db in dev -export const isProd = process.env.NODE_ENV === 'production' -// export const isProd = true +// export const isProd = process.env.NODE_ENV === 'production' +export const isProd = true const firebaseConfig = isProd ? {