Skip to content

Commit 7cc8896

Browse files
committed
refactor: Updated storage_bucket in google-services.json
The `storage_bucket` value in the `google-services.json` file has been updated from `weather-warbler.appspot.com` to `weather-warbler.firebasestorage.app`. There are also new sections for oauth_client, api_key, and services added, as well as an additional client section.
1 parent 01852eb commit 7cc8896

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

app/google-services.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"project_info": {
33
"project_number": "238697606950",
44
"project_id": "weather-warbler",
5-
"storage_bucket": "weather-warbler.appspot.com"
5+
"storage_bucket": "weather-warbler.firebasestorage.app"
66
},
77
"client": [
88
{
@@ -33,7 +33,36 @@
3333
]
3434
}
3535
}
36+
},
37+
{
38+
"client_info": {
39+
"mobilesdk_app_id": "1:238697606950:android:a66f8baffda8fa4eecdbe7",
40+
"android_client_info": {
41+
"package_name": "com.softklass.warbler.debug"
42+
}
43+
},
44+
"oauth_client": [
45+
{
46+
"client_id": "238697606950-0rktvn6jm1d8aaseimq7ced41t5fh8s0.apps.googleusercontent.com",
47+
"client_type": 3
48+
}
49+
],
50+
"api_key": [
51+
{
52+
"current_key": "AIzaSyD5dRTpTofwNV4yi7wYo6K7bo98fX4oigc"
53+
}
54+
],
55+
"services": {
56+
"appinvite_service": {
57+
"other_platform_oauth_client": [
58+
{
59+
"client_id": "238697606950-0rktvn6jm1d8aaseimq7ced41t5fh8s0.apps.googleusercontent.com",
60+
"client_type": 3
61+
}
62+
]
63+
}
64+
}
3665
}
3766
],
3867
"configuration_version": "1"
39-
}
68+
}

0 commit comments

Comments
 (0)