Device Token Invalid

Please provide the following:

  1. SDK Version: 43.0.0
  2. Platforms(Android/iOS/web/all): Android
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

I’m trying to get the Device token using token = (await Notifications.getDevicePushTokenAsync()).data;. It seems to return a valid token eN0YSXs… however I keep getting the error Mismatch SenderId I’ve checked and rechecked the server key in firebase so that should be okay. I’ve also tried using the firebase message tool to send FCM directly to my device using the token, but that doesn’t work either. I can use the getExpoPushTokenAsync() with no problems. Lastly this is for a Pixel 4a phone. Any help would be appreciated!

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