diff --git a/web/components/add-funds-button.tsx b/web/components/add-funds-button.tsx
index 521bc045..65b716a6 100644
--- a/web/components/add-funds-button.tsx
+++ b/web/components/add-funds-button.tsx
@@ -18,11 +18,11 @@ export function AddFundsButton(props: { className?: string }) {
diff --git a/web/lib/firebase/init.ts b/web/lib/firebase/init.ts
index 98734946..ba10545a 100644
--- a/web/lib/firebase/init.ts
+++ b/web/lib/firebase/init.ts
@@ -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
? {