Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: Requested entity was not found. at FirebaseMessagingError.FirebaseError [as constructor]

when do firebase push notification

firebaseAdmin.messaging().sendMulticast(message)

I get and error

 // Error: Requested entity was not found. at FirebaseMessagingError.FirebaseError [as constructor]
 // code: "messaging/registration-token-not-registered", message: "Requested entity was not found."
like image 496
Amr Ibrahim Avatar asked Oct 31 '25 20:10

Amr Ibrahim


1 Answers

Short answer try new client registration token, and get fresh registration token from your client

The provided registration token is no longer registered.

Docs source: https://firebase.google.com/docs/cloud-messaging/send-message#admin

like image 174
Amr Ibrahim Avatar answered Nov 03 '25 15:11

Amr Ibrahim



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!