mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 08:54:54 +00:00
Update Firebase URLs for development, production, and staging environments in GoogleService-Info.plist and google-services.json files.
This commit is contained in:
@ -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"
|
||||
},
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
@ -27,6 +27,6 @@
|
||||
<key>GOOGLE_APP_ID</key>
|
||||
<string>1:255001682464:ios:40f00bf201768612561245</string>
|
||||
<key>DATABASE_URL</key>
|
||||
<string>https://syncrow-prod-79446-default-rtdb.firebaseio.com</string>
|
||||
<string>https://syncrow-dev-79446.asia-southeast1.firebasedatabase.app/</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@ -27,6 +27,6 @@
|
||||
<key>GOOGLE_APP_ID</key>
|
||||
<string>1:255001682464:ios:40f00bf201768612561245</string>
|
||||
<key>DATABASE_URL</key>
|
||||
<string>https://syncrow-prod-79446-default-rtdb.firebaseio.com</string>
|
||||
<string>https://syncrow-prod-79446.asia-southeast1.firebasedatabase.app/</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@ -27,6 +27,6 @@
|
||||
<key>GOOGLE_APP_ID</key>
|
||||
<string>1:255001682464:ios:40f00bf201768612561245</string>
|
||||
<key>DATABASE_URL</key>
|
||||
<string>https://syncrow-prod-79446-default-rtdb.firebaseio.com</string>
|
||||
<string>https://syncrow-staging-79446.asia-southeast1.firebasedatabase.app/</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user