I\'m building an Android app which will receive push notifications. I\'ve got Firebase Cloud Messaging setup and pretty much working, such that I can send the following payl
I was running into this same error, I resolved by adding a ttl value to the payload.
ttl
{ "to":"", "notification":{"body":"BODY TEXT","title":"TITLE TEXT","sound":"default"}, "data":{"message":"This is some data"}, "ttl": 3600 }