Replies: 1 comment
-
I've found the exact same problem, REMOTE_NOTIFICATION_RECEIVED =0 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
We've been using FCM in our Flutter app for a while, having sent 6.5K notifications according to the Firebase Messaging Dashboard.
This seems reasonable. But the problem is, the dashboard shows 0 received, 0 opened and 0 impressions, which is weird, given that our team is constantly testing and improving push notifications, so they are definitely opening a large fraction of the messages.
In my code I am listening to
onMessage
,onMessageOpenedApp
, andgetInitialMessage
.Do I have to do something else in my code to report back to FCM that the client has received and/or read the message?
Beta Was this translation helpful? Give feedback.
All reactions