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

Viewed 5514

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."
1 Answers
Related