This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ) ,
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments