Suddenly not receiving notifications anymore.
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