feat: update Firebase configuration for development environment and adjust related scripts

This commit is contained in:
Achintha Isuru
2025-11-18 14:22:28 -05:00
parent f7f6891781
commit ef35554635
6 changed files with 53 additions and 108 deletions

View File

@@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>CLIENT_ID</key>
<string>933560802882-qgbq6m04moicvkff2b3i6p9agu7i4gou.apps.googleusercontent.com</string>
<string>933560802882-dppsapp5i3lsfrlm1mhob2s21peofg1t.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.933560802882-qgbq6m04moicvkff2b3i6p9agu7i4gou</string>
<string>com.googleusercontent.apps.933560802882-dppsapp5i3lsfrlm1mhob2s21peofg1t</string>
<key>API_KEY</key>
<string>AIzaSyDyEXkzZAWpXXe4dAesYaZflt5BEtMn9tA</string>
<key>GCM_SENDER_ID</key>
@@ -13,7 +13,7 @@
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.krow.app.dev</string>
<string>com.krow.app.staff.dev</string>
<key>PROJECT_ID</key>
<string>krow-workforce-dev</string>
<key>STORAGE_BUCKET</key>
@@ -29,6 +29,6 @@
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:933560802882:ios:07becdd41ac6ca627757db</string>
<string>1:933560802882:ios:7264452527da24537757db</string>
</dict>
</plist>