Hello, Im using FCM with method send multiCast for all platforms (web, android, iOS), its working ok but in some cases i get a list of token error with this stack.
I have already tried to update NPM firebase-admin.
Its a NodeJS project.
Error: Requested entity was not found.
at FirebaseMessagingError.FirebaseError [as constructor] (/app/node_modules/firebase-admin/lib/utils/error.js:42:28)
at FirebaseMessagingError.PrefixedFirebaseError [as constructor] (/app/node_modules/firebase-admin/lib/utils/error.js:88:28)
at new FirebaseMessagingError (/app/node_modules/firebase-admin/lib/utils/error.js:254:16)
at Function.FirebaseMessagingError.fromServerError (/app/node_modules/firebase-admin/lib/utils/error.js:287:16)
at Object.createFirebaseError (/app/node_modules/firebase-admin/lib/messaging/messaging-errors.js:34:47)
at FirebaseMessagingRequestHandler.buildSendResponse (/app/node_modules/firebase-admin/lib/messaging/messaging-api-request.js:119:47)
at /app/node_modules/firebase-admin/lib/messaging/messaging-api-request.js:94:30
at Array.map (<anonymous>)
at /app/node_modules/firebase-admin/lib/messaging/messaging-api-request.js:93:30
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:97:5)