Skip to content

Commit f7bee2c

Browse files
Add empty google-services.json to /dev
1 parent 2773382 commit f7bee2c

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.*
22
**/google-services.json
3+
!ground/src/debug/dev/google-services.json
34
!ground/src/debug/local/google-services.json
45
!.gitignore
56
!gradle/
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"project_info": {
3+
"project_number": "334087903719",
4+
"project_id": "local",
5+
"storage_bucket": "local.appspot.com"
6+
},
7+
"client": [
8+
{
9+
"client_info": {
10+
"mobilesdk_app_id": "1:334087903719:android:277f0bf3c1887739f40542",
11+
"android_client_info": {
12+
"package_name": "com.google.android.ground"
13+
}
14+
},
15+
"oauth_client": [
16+
{
17+
"client_id": "local.apps.googleusercontent.com",
18+
"client_type": 3
19+
}
20+
],
21+
"api_key": [
22+
{
23+
"current_key": "AIzaSyBKXBjsrQzgpbhgP9RwuOG6xWww83eKi_Q"
24+
}
25+
],
26+
"services": {
27+
"appinvite_service": {
28+
"other_platform_oauth_client": []
29+
}
30+
}
31+
}
32+
],
33+
"configuration_version": "1"
34+
}

0 commit comments

Comments
 (0)