This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 44[ Firebase Android SDK Changelog] ( https://firebase.google.com/support/release-notes/android )
55
66
7+ ## 5.0.4 (2017, December 8)
8+
9+ ### Fixes
10+ - [ #566 ] ( https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/566 ) FIrebase Messages Error since 5.0.2
11+
12+
713## 5.0.3 (2017, December 7)
814
915### New
Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ const dynamicLinksEnabled = lazy(() => typeof(com.google.android.gms.appinvite)
2727( ( ) => {
2828 // note that this means we need to require the plugin before the app is loaded
2929 appModule . on ( appModule . launchEvent , args => {
30- org . nativescript . plugins . firebase . FirebasePluginLifecycleCallbacks . registerCallbacks ( appModule . android . nativeApp ) ;
30+ if ( messagingEnabled ( ) ) {
31+ org . nativescript . plugins . firebase . FirebasePluginLifecycleCallbacks . registerCallbacks ( appModule . android . nativeApp ) ;
32+ }
3133
3234 const intent = args . android ;
3335 const isLaunchIntent = "android.intent.action.VIEW" === intent . getAction ( ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-plugin-firebase" ,
3- "version" : " 5.0.3 " ,
3+ "version" : " 5.0.4 " ,
44 "description" : " Fire. Base. Firebase!" ,
55 "main" : " firebase" ,
66 "typings" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments