Skip to content

Commit 676f5f6

Browse files
committed
MOBILE-3170 config: Add firebase files with fake data
1 parent 67da1cd commit 676f5f6

File tree

2 files changed

+85
-0
lines changed

2 files changed

+85
-0
lines changed

GoogleService-Info.plist

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AD_UNIT_ID_FOR_BANNER_TEST</key>
6+
<string></string>
7+
<key>AD_UNIT_ID_FOR_INTERSTITIAL_TEST</key>
8+
<string></string>
9+
<key>CLIENT_ID</key>
10+
<string></string>
11+
<key>REVERSED_CLIENT_ID</key>
12+
<string></string>
13+
<key>API_KEY</key>
14+
<string></string>
15+
<key>GCM_SENDER_ID</key>
16+
<string></string>
17+
<key>PLIST_VERSION</key>
18+
<string>1</string>
19+
<key>BUNDLE_ID</key>
20+
<string>com.moodle.moodlemobile</string>
21+
<key>PROJECT_ID</key>
22+
<string>moodlemobile-push</string>
23+
<key>STORAGE_BUCKET</key>
24+
<string></string>
25+
<key>IS_ADS_ENABLED</key>
26+
<false></false>
27+
<key>IS_ANALYTICS_ENABLED</key>
28+
<false></false>
29+
<key>IS_APPINVITE_ENABLED</key>
30+
<false></false>
31+
<key>IS_GCM_ENABLED</key>
32+
<false></false>
33+
<key>IS_SIGNIN_ENABLED</key>
34+
<false></false>
35+
<key>GOOGLE_APP_ID</key>
36+
<string></string>
37+
<key>DATABASE_URL</key>
38+
<string></string>
39+
</dict>
40+
</plist>

google-services.json

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"project_info": {
3+
"project_number": "",
4+
"firebase_url": "",
5+
"project_id": "",
6+
"storage_bucket": ""
7+
},
8+
"client": [
9+
{
10+
"client_info": {
11+
"mobilesdk_app_id": "1:111111111111:android:1111111111111111",
12+
"android_client_info": {
13+
"package_name": "com.moodle.moodlemobile"
14+
}
15+
},
16+
"oauth_client": [
17+
{
18+
"client_id": "",
19+
"client_type": 3
20+
}
21+
],
22+
"api_key": [
23+
{
24+
"current_key": ""
25+
},
26+
{
27+
"current_key": ""
28+
}
29+
],
30+
"services": {
31+
"analytics_service": {
32+
"status": 1
33+
},
34+
"appinvite_service": {
35+
"status": 1,
36+
"other_platform_oauth_client": []
37+
},
38+
"ads_service": {
39+
"status": 2
40+
}
41+
}
42+
}
43+
],
44+
"configuration_version": "1"
45+
}

0 commit comments

Comments
 (0)