EddyVerbruggen / nativescript-plugin-firebase

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

Opening notification crash the app #1612

Open vforv opened 4 years ago

vforv commented 4 years ago

When I get notification in BG and try to open it I get error: Cannot find android activity

Any idea what is an issue?

dudipsh commented 4 years ago

UP

dudipsh commented 4 years ago

@vforv try this https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/1345

"@sanghyunj5958 Hi, i have had the same issue recently and i have found a workaround. The workaround is to add android:launchMode="singleInstance" to NativeScriptActivity in AndroidManifest.XML so only one instance of the app will be created. Hope this helps."