Hi everyone,
I think there might be an issue with Firebase push notifications.
The mechanism to get the device’s Firebase token works fine, and the sending process I’m using (a Python script) also works because the notifications are being delivered.
The problem seems to be with the reporting in the Firebase Console. The data I’m seeing there doesn’t make sense.
For example, here’s my latest send:
- Total sent: 418
- Received: 0
- Impressions: 0
- Opens: 1
These numbers are inconsistent on multiple levels:
- At least 4 devices, which I personally checked, received the notification.
- It’s impossible for 0 devices to have received the notification, yet for 1 to have opened it!
Is anyone else experiencing something like this?
Thanks!