Skip to content

Commit 2c5dac9

Browse files
committed
Include firebase config file in repo
1 parent e522946 commit 2c5dac9

File tree

3 files changed

+71
-4
lines changed

3 files changed

+71
-4
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
/local.properties
44
.idea
55
.DS_Store
6-
/build
6+
build
77
/captures
88
.externalNativeBuild
99

10+
# Release
1011
app/release/
11-
app/google-services.json
1212
fastlane/report.xml
1313
.google/key.json
14-
1514
release.properties
1615
release.keystore

app/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/google-services.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"project_info": {
3+
"project_number": "139717358510",
4+
"firebase_url": "https://sedaily-ebb27.firebaseio.com",
5+
"project_id": "sedaily-ebb27",
6+
"storage_bucket": "sedaily-ebb27.appspot.com"
7+
},
8+
"client": [
9+
{
10+
"client_info": {
11+
"mobilesdk_app_id": "1:139717358510:android:1f044abc4948dfd0",
12+
"android_client_info": {
13+
"package_name": "com.koalatea.sedaily"
14+
}
15+
},
16+
"oauth_client": [
17+
{
18+
"client_id": "139717358510-itbktmviunbub9h2p9fem5n918g0346i.apps.googleusercontent.com",
19+
"client_type": 3
20+
}
21+
],
22+
"api_key": [
23+
{
24+
"current_key": "AIzaSyA7hy-mQG6gIztbb3FjJyYAAhc4kqSkM_U"
25+
}
26+
],
27+
"services": {
28+
"appinvite_service": {
29+
"other_platform_oauth_client": [
30+
{
31+
"client_id": "139717358510-itbktmviunbub9h2p9fem5n918g0346i.apps.googleusercontent.com",
32+
"client_type": 3
33+
}
34+
]
35+
}
36+
}
37+
},
38+
{
39+
"client_info": {
40+
"mobilesdk_app_id": "1:139717358510:android:0306d4b3382938f9",
41+
"android_client_info": {
42+
"package_name": "com.koalatea.sedaily.debug"
43+
}
44+
},
45+
"oauth_client": [
46+
{
47+
"client_id": "139717358510-itbktmviunbub9h2p9fem5n918g0346i.apps.googleusercontent.com",
48+
"client_type": 3
49+
}
50+
],
51+
"api_key": [
52+
{
53+
"current_key": "AIzaSyA7hy-mQG6gIztbb3FjJyYAAhc4kqSkM_U"
54+
}
55+
],
56+
"services": {
57+
"appinvite_service": {
58+
"other_platform_oauth_client": [
59+
{
60+
"client_id": "139717358510-itbktmviunbub9h2p9fem5n918g0346i.apps.googleusercontent.com",
61+
"client_type": 3
62+
}
63+
]
64+
}
65+
}
66+
}
67+
],
68+
"configuration_version": "1"
69+
}

0 commit comments

Comments
 (0)