EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 446 forks source link

After tap a push notification in background app settings not working #1615

Closed csilvav closed 4 years ago

csilvav commented 4 years ago

Hi @EddyVerbruggen I got an important issue to solve related to Push Notifications using FCM. The notifications arrive properly, however when the app is in background and any notification arrives the user can tap/touch the notification and after this event all data saved with ApplicationSettings or local storage return null/empty or undefined values.

NativeScript v6.4.x nativescript-plugin-firebase 10.5.2

Thanks for your help

spstratis commented 4 years ago

Hi @csilvav have you found root cause on this? Is it only happening with the newer versions of the plugin?

csilvav commented 4 years ago

Hello @spstratis not yet. We're testing with different versions and also changing the structure of use. Really it's strange behavior.