Always dev mode

This commit is contained in:
James Grugett 2022-02-16 00:09:00 -06:00
parent 0f066d7e8e
commit 78b86a7c28

View File

@ -1,7 +1,7 @@
import { getFirestore } from '@firebase/firestore'
import { initializeApp, getApps, getApp } from 'firebase/app'
export const isProd = process.env.NEXT_PUBLIC_FIREBASE_ENV !== 'DEV'
export const isProd = false // process.env.NEXT_PUBLIC_FIREBASE_ENV !== 'DEV'
const firebaseConfig = isProd
? {