Skip to content
This repository was archived by the owner on Oct 16, 2022. It is now read-only.

Commit cfeab84

Browse files
committed
add google-services.json to vcs
1 parent 132b1f6 commit cfeab84

File tree

2 files changed

+137
-1
lines changed

2 files changed

+137
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ captures/
4646
.externalNativeBuild
4747

4848
# Google Services (e.g. APIs or Firebase)
49-
google-services.json
49+
#google-services.json
5050

5151
# Freeline
5252
freeline.py

app/google-services.json

+136
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
{
2+
"project_info": {
3+
"project_number": "283972011662",
4+
"firebase_url": "https://xtra-android.firebaseio.com",
5+
"project_id": "xtra-android",
6+
"storage_bucket": "xtra-android.appspot.com"
7+
},
8+
"client": [
9+
{
10+
"client_info": {
11+
"mobilesdk_app_id": "1:283972011662:android:312444554a371a9f51abdf",
12+
"android_client_info": {
13+
"package_name": "com.github.andreyasadchy.xtra"
14+
}
15+
},
16+
"oauth_client": [
17+
{
18+
"client_id": "283972011662-krrtv04fja9oc32i7mdgbpadbqoqaera.apps.googleusercontent.com",
19+
"client_type": 3
20+
}
21+
],
22+
"api_key": [
23+
{
24+
"current_key": "AIzaSyBNM4InGgEXTezg-CHDysUpv3ctjqgGgGM"
25+
}
26+
],
27+
"services": {
28+
"appinvite_service": {
29+
"other_platform_oauth_client": [
30+
{
31+
"client_id": "283972011662-krrtv04fja9oc32i7mdgbpadbqoqaera.apps.googleusercontent.com",
32+
"client_type": 3
33+
}
34+
]
35+
}
36+
}
37+
},
38+
{
39+
"client_info": {
40+
"mobilesdk_app_id": "1:283972011662:android:3000841b1a13189051abdf",
41+
"android_client_info": {
42+
"package_name": "com.github.andreyasadchy.xtra.debug"
43+
}
44+
},
45+
"oauth_client": [
46+
{
47+
"client_id": "283972011662-krrtv04fja9oc32i7mdgbpadbqoqaera.apps.googleusercontent.com",
48+
"client_type": 3
49+
}
50+
],
51+
"api_key": [
52+
{
53+
"current_key": "AIzaSyBNM4InGgEXTezg-CHDysUpv3ctjqgGgGM"
54+
}
55+
],
56+
"services": {
57+
"appinvite_service": {
58+
"other_platform_oauth_client": [
59+
{
60+
"client_id": "283972011662-krrtv04fja9oc32i7mdgbpadbqoqaera.apps.googleusercontent.com",
61+
"client_type": 3
62+
}
63+
]
64+
}
65+
}
66+
},
67+
{
68+
"client_info": {
69+
"mobilesdk_app_id": "1:283972011662:android:039366545876f627",
70+
"android_client_info": {
71+
"package_name": "com.github.exact7.xtra"
72+
}
73+
},
74+
"oauth_client": [
75+
{
76+
"client_id": "283972011662-8cr9ij2bpr54eguca8ditas8sd7tbhhg.apps.googleusercontent.com",
77+
"client_type": 1,
78+
"android_info": {
79+
"package_name": "com.github.exact7.xtra",
80+
"certificate_hash": "8a4987238bf0b4a12f3f7b5b08b79400a2e75945"
81+
}
82+
},
83+
{
84+
"client_id": "283972011662-krrtv04fja9oc32i7mdgbpadbqoqaera.apps.googleusercontent.com",
85+
"client_type": 3
86+
}
87+
],
88+
"api_key": [
89+
{
90+
"current_key": "AIzaSyBNM4InGgEXTezg-CHDysUpv3ctjqgGgGM"
91+
}
92+
],
93+
"services": {
94+
"appinvite_service": {
95+
"other_platform_oauth_client": [
96+
{
97+
"client_id": "283972011662-krrtv04fja9oc32i7mdgbpadbqoqaera.apps.googleusercontent.com",
98+
"client_type": 3
99+
}
100+
]
101+
}
102+
},
103+
"admob_app_id": "ca-app-pub-1890646946349307~2827896321"
104+
},
105+
{
106+
"client_info": {
107+
"mobilesdk_app_id": "1:283972011662:android:d780981efcce43c4",
108+
"android_client_info": {
109+
"package_name": "com.github.exact7.xtra.debug"
110+
}
111+
},
112+
"oauth_client": [
113+
{
114+
"client_id": "283972011662-krrtv04fja9oc32i7mdgbpadbqoqaera.apps.googleusercontent.com",
115+
"client_type": 3
116+
}
117+
],
118+
"api_key": [
119+
{
120+
"current_key": "AIzaSyBNM4InGgEXTezg-CHDysUpv3ctjqgGgGM"
121+
}
122+
],
123+
"services": {
124+
"appinvite_service": {
125+
"other_platform_oauth_client": [
126+
{
127+
"client_id": "283972011662-krrtv04fja9oc32i7mdgbpadbqoqaera.apps.googleusercontent.com",
128+
"client_type": 3
129+
}
130+
]
131+
}
132+
}
133+
}
134+
],
135+
"configuration_version": "1"
136+
}

0 commit comments

Comments
 (0)