Background message handling doesn't work #4805
Unanswered
NaviWojciech
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello! Any ideas? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello!
I use:
I try to add handling of background messages to my app. This is a snippet from the code:
where:
it is a top-level function.
However, when I try to handle background notification, the following message is logged:
W/FLTFireMsgService(28069): A background message could not be handled in Dart as no onBackgroundMessage handler has been registered.
Am I missing anything there?
Beta Was this translation helpful? Give feedback.
All reactions