NotificationReceived event firing when app is not in foreground #45
chuckgmthompson
started this conversation in
General
Replies: 1 comment
-
|
Silly question: Did you ask for the notification permissions? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a handler for OnNotificationReceived and it works and fires great when the app is in the foreground. but if the app is not in the foreground, even with the debugger attached in emulator, the event is not fired when a notification is received from FCM. I know it in received because this pluggin receives it logs it and shows the notification. Is there a way to have the handler fire even if the app is not in foreground?
Beta Was this translation helpful? Give feedback.
All reactions