EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase

Home Page:https://firebase.google.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android push notification not showing as popup when in background

hsluis opened this issue · comments

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?