EddyVerbruggen / nativescript-plugin-firebase

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

iOS: push notifications not in notification center #1785

Open Dacius opened 3 years ago

Dacius commented 3 years ago

Hi, i use showNotifications: true, showNotificationsWhenInForeground: false,

and all works as expected but notifications are somekind of lost when not seen in the few seconds while the popup is shown. On Android I found them when swiping from top, which should be the same on iOS (in my case 13.1.3). Is this normal behaviour?