chemerisuk / cordova-plugin-firebase-messaging

Cordova plugin for Firebase Cloud Messaging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onBackgroundMessage() only fires after clicking the notification

noriellecruz opened this issue · comments

Hi, I don't know if this is how it should work but the onBackgroundMessage() only fires after clicking the notification. Testing it on Android 11

This is expected behaviour for push with notification in payload. For silent background callback try to use data only push payload.