Renewing push tokens for users?

Please provide the following:

  1. SDK Version: 36.0.0
  2. Platforms(Android/iOS/web/all): Android

Hi, we recently moved from one Firebase project to another one and had some expo push tokens already generated for our users. I believe that the move “broke” the tokens (ie. on creation the token are taking FCM into account).

I’ve tried downloading the app again to re-generate a push token on my Android phone, and it’s working fine, but for our previous push tokens, we get the following error message:

  {
    id: '2fd6378b-6f1a-49fc-b0c0-93a725b36410',
    status: 'error',
    message: "There was an unknown error with the FCM server. See this error's details for more information.",
    details: { fault: 'fcm', fcm: { error: 'MismatchSenderId' } }
  }

Is there any way to re-generate the tokens for our previous users?

I’ve tried to look into the Expo docs but could not find the information anywhere online. I’ve also tried to look into expo credentials:manager -p android but it does not look like there is what I need in there.

Thanks in advance for your help! David.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.