MatthieuLemoine / electron-push-receiver

A module to bring Web Push support to Electron allowing it to receive notifications from Firebase Cloud Messaging (FCM).

Home Page:https://medium.com/@MatthieuLemoine/my-journey-to-bring-web-push-support-to-node-and-electron-ce70eea1c0b0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suddenly not receiving notifications anymore.

bsprengelmeijer opened this issue · comments

I was developing an app and I was able to receive push notifications for about 2 days and than it suddenly didn't work anymore.

I do get a token every time I start the app, I can send messages to that token and I can see in Firebase that the messages are coming in. But my app doesn't receive them.

I've tried making a completely new app with only the bare minimum for the notifications and it still doesn't work.

Also tried creating a new Firebase endpoint but that also didn't matter, I can still receive messages via the normal V1 API, but not via the push-receiver package..

Does anyone have an idea on how to debug this further??

Hi,
Did you get something on this? Why is it happening like this

Hi, Did you get something on this? Why is it happening like this

Nope, I switched to server sent events for my communication