From cfa95e362eaab1d2019c39ac4f3a3a1a55d67111 Mon Sep 17 00:00:00 2001 From: Faris Armoush Date: Sun, 13 Jul 2025 12:48:17 +0300 Subject: [PATCH] Update Firebase URLs for development, production, and staging environments in GoogleService-Info.plist and google-services.json files. --- android/app/src/dev/google-services.json | 2 +- android/app/src/prod/google-services.json | 2 +- android/app/src/staging/google-services.json | 2 +- ios/config/dev/GoogleService-Info.plist | 2 +- ios/config/prod/GoogleService-Info.plist | 2 +- ios/config/staging/GoogleService-Info.plist | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/app/src/dev/google-services.json b/android/app/src/dev/google-services.json index 90dc1e5..c1b6d27 100644 --- a/android/app/src/dev/google-services.json +++ b/android/app/src/dev/google-services.json @@ -1,7 +1,7 @@ { "project_info": { "project_number": "255001682464", - "firebase_url": "https://syncrow-prod-79446-default-rtdb.firebaseio.com", + "firebase_url": "https://syncrow-dev-79446.asia-southeast1.firebasedatabase.app", "project_id": "syncrow-prod-79446", "storage_bucket": "syncrow-prod-79446.firebasestorage.app" }, diff --git a/android/app/src/prod/google-services.json b/android/app/src/prod/google-services.json index fd0fb40..62037f1 100644 --- a/android/app/src/prod/google-services.json +++ b/android/app/src/prod/google-services.json @@ -1,7 +1,7 @@ { "project_info": { "project_number": "255001682464", - "firebase_url": "https://syncrow-prod-79446-default-rtdb.firebaseio.com", + "firebase_url": "https://syncrow-prod-79446.asia-southeast1.firebasedatabase.app", "project_id": "syncrow-prod-79446", "storage_bucket": "syncrow-prod-79446.firebasestorage.app" }, diff --git a/android/app/src/staging/google-services.json b/android/app/src/staging/google-services.json index 715e891..0cffc15 100644 --- a/android/app/src/staging/google-services.json +++ b/android/app/src/staging/google-services.json @@ -1,7 +1,7 @@ { "project_info": { "project_number": "255001682464", - "firebase_url": "https://syncrow-prod-79446-default-rtdb.firebaseio.com", + "firebase_url": "https://syncrow-staging-79446.asia-southeast1.firebasedatabase.app/", "project_id": "syncrow-prod-79446", "storage_bucket": "syncrow-prod-79446.firebasestorage.app" }, diff --git a/ios/config/dev/GoogleService-Info.plist b/ios/config/dev/GoogleService-Info.plist index 0d52f28..6a2d113 100644 --- a/ios/config/dev/GoogleService-Info.plist +++ b/ios/config/dev/GoogleService-Info.plist @@ -27,6 +27,6 @@ GOOGLE_APP_ID 1:255001682464:ios:40f00bf201768612561245 DATABASE_URL - https://syncrow-prod-79446-default-rtdb.firebaseio.com + https://syncrow-dev-79446.asia-southeast1.firebasedatabase.app/ \ No newline at end of file diff --git a/ios/config/prod/GoogleService-Info.plist b/ios/config/prod/GoogleService-Info.plist index a75246e..b0a0cc0 100644 --- a/ios/config/prod/GoogleService-Info.plist +++ b/ios/config/prod/GoogleService-Info.plist @@ -27,6 +27,6 @@ GOOGLE_APP_ID 1:255001682464:ios:40f00bf201768612561245 DATABASE_URL - https://syncrow-prod-79446-default-rtdb.firebaseio.com + https://syncrow-prod-79446.asia-southeast1.firebasedatabase.app/ \ No newline at end of file diff --git a/ios/config/staging/GoogleService-Info.plist b/ios/config/staging/GoogleService-Info.plist index 9b10bc5..638f1e9 100644 --- a/ios/config/staging/GoogleService-Info.plist +++ b/ios/config/staging/GoogleService-Info.plist @@ -27,6 +27,6 @@ GOOGLE_APP_ID 1:255001682464:ios:40f00bf201768612561245 DATABASE_URL - https://syncrow-prod-79446-default-rtdb.firebaseio.com + https://syncrow-staging-79446.asia-southeast1.firebasedatabase.app/ \ No newline at end of file