description:
We encountered a strange problem:
After obtaining the push token on the APP, sending a push to this push token through the Firebase admin SDK API can be successful.
In the absence of any other actions on the APP (such as uninstalling the APP, reinstalling the APP, or upgrading the mobile system), after about 30 minutes, sending a push to this push token again through the Firebase admin SDK API will fail with the following error message:
{"error":{"code":404,"message":"Requested entity was not found.","errors":[{"message":"Requested entity was not found.","domain":"global","reason":"notFound"}],"status":"NOT_FOUND","details":[{"@type":"
type.googleapis.com\/google.firebase.fcm.v1.FcmError","errorCode":"UNREGISTERED"}]}}
This issue has been occurring since 10/25 and was normal before 10/25.