forked from twilio/video-quickstart-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogle-services.json
More file actions
36 lines (36 loc) · 872 Bytes
/
google-services.json
File metadata and controls
36 lines (36 loc) · 872 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
// Follow the steps in https://developers.google.com/mobile/add to generate your own google-services.json file.
{
"project_info": {
"project_number": "your_project_number",
"project_id": "your_project_id"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:012345678901:android:0123456789abcef0",
"android_client_info": {
"package_name": "com.twilio.video.examples.videoinvite"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "your_current_key"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 1
}
}
}
],
"configuration_version": "1"
}