EddyVerbruggen / nativescript-plugin-firebase

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

Android push notification not showing as popup when in background #1857

Open hsluis opened 2 years ago

hsluis commented 2 years ago

I use the @nativescript/firebase plugin NS8-vue. When I send a push notification to my Android phone while the app is in the background, it vibrates and the notification is added to the tray. But it does not wake up to show a notification popup.

Also, the "show as popup" setting is disabled when I look for the notification settings of my app in the phone settings. The setting "Show notifications" is enabled for the app, but when clicking a notification category it shows "show as popup" which is disabled.

On iPhone, everything works as expected. Is it possible to wake Android to show a notification popup?

hsluis commented 2 years ago

@Anybody?