-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogle-services.json.example
More file actions
39 lines (39 loc) · 925 Bytes
/
google-services.json.example
File metadata and controls
39 lines (39 loc) · 925 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": "YOUR_PROJECT_NUMBER",
"project_id": "your_project_id",
"storage_bucket": "your_project_id.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "YOUR_MOBILE_SDK_APP_ID",
"android_client_info": {
"package_name": "com.yourcompany.yourapp"
}
},
"oauth_client": [
{
"client_id": "YOUR_OAUTH_CLIENT_ID.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "YOUR_ANDROID_API_KEY"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "YOUR_OAUTH_CLIENT_ID.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}