-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogle-services.json.example
More file actions
47 lines (47 loc) · 1.42 KB
/
Copy pathgoogle-services.json.example
File metadata and controls
47 lines (47 loc) · 1.42 KB
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
{
"_comment": "Copy to google-services.json and replace placeholders with values from your Firebase project. This file is gitignored in real builds; only the .example shape lives in the repo.",
"project_info": {
"project_number": "YOUR_FIREBASE_PROJECT_NUMBER",
"project_id": "your-firebase-project-id",
"storage_bucket": "your-firebase-project-id.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:YOUR_PROJECT_NUMBER:android:YOUR_APP_HASH",
"android_client_info": {
"package_name": "com.yourorg.yourapp"
}
},
"oauth_client": [
{
"client_id": "YOUR_PROJECT_NUMBER-YOUR_OAUTH_HASH.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "YOUR_FIREBASE_WEB_API_KEY"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "YOUR_PROJECT_NUMBER-YOUR_OAUTH_HASH.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "YOUR_PROJECT_NUMBER-YOUR_IOS_OAUTH_HASH.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "com.yourorg.yourapp"
}
}
]
}
}
}
],
"configuration_version": "1"
}