-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
mock-google-services.json
68 lines (68 loc) · 1.52 KB
/
mock-google-services.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"project_info": {
"project_number": "999",
"project_id": "project",
"storage_bucket": "project.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:999:android:abcdef1234567890abcdef",
"android_client_info": {
"package_name": "com.savvasdalkitsis.uhuruphotos.debug"
}
},
"oauth_client": [
{
"client_id": "project.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "key"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "project.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:999:android:abcdef1234567890abcdef",
"android_client_info": {
"package_name": "com.savvasdalkitsis.uhuruphotos"
}
},
"oauth_client": [
{
"client_id": "project.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "key"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "project.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}