From e6f8ab69e92ffbcdbf52457f31430a93e3c3e102 Mon Sep 17 00:00:00 2001 From: sathwikcs <85106054+sathwikcs@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:39:54 +0530 Subject: [PATCH] Fixed the issue where app wil crash when switched to pre pod --- .../java/com/example/hpostesting/firebase/FirebaseManage.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/example/hpostesting/firebase/FirebaseManage.kt b/app/src/main/java/com/example/hpostesting/firebase/FirebaseManage.kt index c4b2cb2..54875d4 100644 --- a/app/src/main/java/com/example/hpostesting/firebase/FirebaseManage.kt +++ b/app/src/main/java/com/example/hpostesting/firebase/FirebaseManage.kt @@ -166,7 +166,7 @@ private val firebaseConfigProd = FirebaseConfig( ) private val firebaseConfigPreProd = FirebaseConfig( - serverName = " pre prod", + serverName = "pre prod", apiKey = "AIzaSyDYySi27LioZGNisP1NfnNU5inJX_0FT38", appId = "1:121176529204:android:e6841fdac57bdc95bbed61", projectId = "hpos-preprod",