comment out init

This commit is contained in:
mantikoros 2022-01-01 23:51:11 -06:00
parent 9d9e0f2a4d
commit 9b6922096d

View File

@ -2,8 +2,8 @@ import { getFirestore } from '@firebase/firestore'
import { initializeApp } 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
? {