I need help with notifications in flutter.
I have configured firebase_messaging in my flutter app. When i send test notifications from the firebase console they work in both foreground and background. When i send the notifications from a backend rest api service, they only work in the foreground.I.e only onMessage
is triggered in this case.
sample notification body from REST API:
{notification: {title: null, body: null}, data: {intent: payment, body: 2500 shillings payment made, title: You have paid, click_action: FLUTTER_NOTIFICATION_CLICK}}