Change is prod to true
This commit is contained in:
parent
23e7c8aaf3
commit
cc5312f52e
|
@ -2,8 +2,8 @@ import { getFirestore } from '@firebase/firestore'
|
||||||
import { initializeApp } from 'firebase/app'
|
import { initializeApp } from 'firebase/app'
|
||||||
|
|
||||||
// TODO: Reenable this when we have a way to set the Firebase db in dev
|
// 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 = process.env.NODE_ENV === 'production'
|
||||||
// export const isProd = true
|
export const isProd = true
|
||||||
|
|
||||||
const firebaseConfig = isProd
|
const firebaseConfig = isProd
|
||||||
? {
|
? {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user