Change back to isProd = true

This commit is contained in:
James Grugett 2022-01-30 22:29:16 -06:00
parent 00b7f3505f
commit ff4bb3330a

View File

@ -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
? {