Skip to content

Commit 66baf87

Browse files
.gitignore updated
1 parent c55a71a commit 66baf87

File tree

3 files changed

+80
-1
lines changed

3 files changed

+80
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ captures/
6767
.externalNativeBuild
6868

6969
# Google Services (e.g. APIs or Firebase)
70-
google-services.json
70+
# google-services.json
7171

7272
# Freeline
7373
freeline.py

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": "691300188850",
4+
"firebase_url": "https://iw-learning-projects.firebaseio.com",
5+
"project_id": "iw-learning-projects",
6+
"storage_bucket": "iw-learning-projects.appspot.com"
7+
},
8+
"client": [
9+
{
10+
"client_info": {
11+
"mobilesdk_app_id": "1:691300188850:android:65d4d1ed021f483712ffab",
12+
"android_client_info": {
13+
"package_name": "org.imaginativeworld.simplemvvm"
14+
}
15+
},
16+
"oauth_client": [
17+
{
18+
"client_id": "691300188850-4tl7dgpfpapp6sk9nk7vgq8kvaon885h.apps.googleusercontent.com",
19+
"client_type": 3
20+
}
21+
],
22+
"api_key": [
23+
{
24+
"current_key": "AIzaSyDWE3do0dEgK81GqccXv9z39NKwpJEgqGA"
25+
}
26+
],
27+
"services": {
28+
"appinvite_service": {
29+
"other_platform_oauth_client": [
30+
{
31+
"client_id": "691300188850-4tl7dgpfpapp6sk9nk7vgq8kvaon885h.apps.googleusercontent.com",
32+
"client_type": 3
33+
}
34+
]
35+
}
36+
}
37+
},
38+
{
39+
"client_info": {
40+
"mobilesdk_app_id": "1:691300188850:android:767e863dcd04626412ffab",
41+
"android_client_info": {
42+
"package_name": "org.imaginativeworld.simplemvvm.debug"
43+
}
44+
},
45+
"oauth_client": [
46+
{
47+
"client_id": "691300188850-4tl7dgpfpapp6sk9nk7vgq8kvaon885h.apps.googleusercontent.com",
48+
"client_type": 3
49+
}
50+
],
51+
"api_key": [
52+
{
53+
"current_key": "AIzaSyDWE3do0dEgK81GqccXv9z39NKwpJEgqGA"
54+
}
55+
],
56+
"services": {
57+
"appinvite_service": {
58+
"other_platform_oauth_client": [
59+
{
60+
"client_id": "691300188850-4tl7dgpfpapp6sk9nk7vgq8kvaon885h.apps.googleusercontent.com",
61+
"client_type": 3
62+
}
63+
]
64+
}
65+
}
66+
}
67+
],
68+
"configuration_version": "1"
69+
}

app/src/main/res/xml/file_paths.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<paths>
3+
<!--
4+
Help Links:
5+
- https://medium.com/@aungkyawmyint_26195/using-implicit-camera-intent-with-fileprovider-8182f59ee972
6+
-->
7+
8+
<!-- Context.getExternalFilesDir() -->
9+
<external-files-path
10+
name="private_external_files"
11+
path="." />
12+
313
<!-- Environment.getExternalStorageDirectory() -->
414
<external-path
515
name="external_files"

0 commit comments

Comments
 (0)