MatthieuLemoine / electron-push-receiver

A module to bring Web Push support to Electron allowing it to receive notifications from Firebase Cloud Messaging (FCM).
https://medium.com/@MatthieuLemoine/my-journey-to-bring-web-push-support-to-node-and-electron-ce70eea1c0b0
MIT License
191 stars 62 forks source link

Suddenly not receiving notifications anymore. #91

Open bsprengelmeijer opened 1 year ago

bsprengelmeijer commented 1 year ago

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??

Phanindhra-Reddy commented 5 months ago

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

bsprengelmeijer commented 5 months ago

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

Nope, I switched to server sent events for my communication