FirebasePushNotificationPlugin
FirebasePushNotificationPlugin copied to clipboard
How to force popup on Android
I have everything working like I want, but I have to go into settings on the android device and select show popup. Is there a way to default this option? I've tried setting "priority" = "high" and I've also used FirebasePushNotificationManager.DefaultNotificationChannelImportance = NotificationImportance.High but neither forces the notification to display the popup.
In your data payload you need to send this key value pair
{ "priority": "high"}