From 25f377fea8ba2ca4354b5e4a7eac44d8cd23e41d Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Sat, 26 Feb 2022 23:20:10 -0800 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20=F0=9F=A4=A6=E2=80=8D=E2=99=82?= =?UTF-8?q?=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/lib/firebase/init.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/lib/firebase/init.ts b/web/lib/firebase/init.ts index da043ad7..145d67c5 100644 --- a/web/lib/firebase/init.ts +++ b/web/lib/firebase/init.ts @@ -5,7 +5,7 @@ import { initializeApp, getApps, getApp } from 'firebase/app' export const isProd = process.env.NEXT_PUBLIC_FIREBASE_ENV !== 'DEV' const FIREBASE_CONFIGS = { - DEV: { + PROD: { apiKey: 'AIzaSyDp3J57vLeAZCzxLD-vcPaGIkAmBoGOSYw', authDomain: 'mantic-markets.firebaseapp.com', projectId: 'mantic-markets', @@ -14,7 +14,7 @@ const FIREBASE_CONFIGS = { appId: '1:128925704902:web:f61f86944d8ffa2a642dc7', measurementId: 'G-SSFK1Q138D', }, - PROD: { + DEV: { apiKey: 'AIzaSyBoq3rzUa8Ekyo3ZaTnlycQYPRCA26VpOw', authDomain: 'dev-mantic-markets.firebaseapp.com', projectId: 'dev-mantic-markets',