Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit f60878c

Browse files
bump
1 parent 36b17ba commit f60878c

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

demo-ng/firebase.nativescript.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"firestore": true,
55
"remote_config": true,
66
"messaging": true,
7-
"crash_reporting": true,
7+
"crash_reporting": false,
88
"crashlytics": true,
99
"storage": true,
1010
"facebook_auth": true,
1111
"google_auth": true,
1212
"admob": true,
1313
"invites": true
14-
}
14+
}

demo-ng/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@angular/platform-browser-dynamic": "5.2.10",
2424
"@angular/router": "5.2.10",
2525
"nativescript-angular": "~5.3.0",
26-
"nativescript-plugin-firebase": "5.2.0",
26+
"nativescript-plugin-firebase": "5.3.0",
2727
"nativescript-theme-core": "~1.0.4",
2828
"reflect-metadata": "~0.1.10",
2929
"rxjs": "~5.5.0",

demo/app/main-view-model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ export class HelloWorldModel extends Observable {
600600
}]
601601
}).then(
602602
result => {
603+
console.log("remote config fetched: " + JSON.stringify(result.properties));
603604
alert({
604605
title: `Fetched at ${result.lastFetch} ${result.throttled ? '(throttled)' : ''}`,
605606
message: JSON.stringify(result.properties),

demo/firebase.nativescript.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
"using_ios": true,
33
"using_android": true,
44
"firestore": false,
5+
"realtimedb": true,
56
"remote_config": true,
67
"messaging": true,
7-
"crash_reporting": true,
88
"crashlytics": true,
9+
"crash_reporting": false,
910
"storage": true,
1011
"facebook_auth": true,
1112
"google_auth": true,
1213
"admob": true,
1314
"invites": true
14-
}
15+
}

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
},
1111
"dependencies": {
12-
"nativescript-plugin-firebase": "5.2.0",
12+
"nativescript-plugin-firebase": "5.3.0",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-unit-test-runner": "^0.3.4",
1515
"tns-core-modules": "~4.0.0"

0 commit comments

Comments
 (0)