-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogle-services.json
More file actions
39 lines (39 loc) · 889 Bytes
/
google-services.json
File metadata and controls
39 lines (39 loc) · 889 Bytes
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
{
"project_info": {
"project_number": "5*******3",
"project_id": "testaabproject",
"storage_bucket": "testaabproject.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "**********",
"android_client_info": {
"package_name": "com.example.testjsontostrings"
}
},
"oauth_client": [
{
"client_id": "**********.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "****************"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "*************************.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}