Skip to content

Commit 054d8b9

Browse files
committed
Add debug and dev clients to google-services example
Added example configurations for 'com.adsamcik.tracker.debug' and 'com.adsamcik.tracker.dev' to google-services.json.example. Updated mobilesdk_app_id for the main client as well.
1 parent 901574f commit 054d8b9

1 file changed

Lines changed: 57 additions & 1 deletion

File tree

google-services.json.example

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"client": [
99
{
1010
"client_info": {
11-
"mobilesdk_app_id": "1:123456789012:android:1234567890123456",
11+
"mobilesdk_app_id": "1:123456789012:android:aaaaaaaaaaaaaaaa",
1212
"android_client_info": {
1313
"package_name": "com.adsamcik.tracker"
1414
}
@@ -33,6 +33,62 @@
3333
"other_platform_oauth_client": []
3434
}
3535
}
36+
},
37+
{
38+
"client_info": {
39+
"mobilesdk_app_id": "1:123456789012:android:bbbbbbbbbbbbbbbb",
40+
"android_client_info": {
41+
"package_name": "com.adsamcik.tracker.debug"
42+
}
43+
},
44+
"oauth_client": [
45+
{
46+
"client_id": "",
47+
"client_type": 1,
48+
"android_info": {
49+
"package_name": "com.adsamcik.tracker.debug",
50+
"certificate_hash": ""
51+
}
52+
}
53+
],
54+
"api_key": [
55+
{
56+
"current_key": ""
57+
}
58+
],
59+
"services": {
60+
"appinvite_service": {
61+
"other_platform_oauth_client": []
62+
}
63+
}
64+
},
65+
{
66+
"client_info": {
67+
"mobilesdk_app_id": "1:123456789012:android:cccccccccccccccc",
68+
"android_client_info": {
69+
"package_name": "com.adsamcik.tracker.dev"
70+
}
71+
},
72+
"oauth_client": [
73+
{
74+
"client_id": "",
75+
"client_type": 1,
76+
"android_info": {
77+
"package_name": "com.adsamcik.tracker.dev",
78+
"certificate_hash": ""
79+
}
80+
}
81+
],
82+
"api_key": [
83+
{
84+
"current_key": ""
85+
}
86+
],
87+
"services": {
88+
"appinvite_service": {
89+
"other_platform_oauth_client": []
90+
}
91+
}
3692
}
3793
],
3894
"configuration_version": "1"

0 commit comments

Comments
 (0)