Notifications.getDevicePushTokenAsync() getting FCM token

SDK 37, Platform: Android

Hi I have a weird issue with Notifications.getDevicePushTokenAsync();
I have setup FCM as per https://docs.expo.io/guides/using-fcm/

I do not intend to use expo push services (which is why I need the device token) I can get the APNS on iOS just fine as well as the GCM using:

{
    gcmSenderId: 'string',
  }

but I cannot get the FCM, I keep receiving "FCM token has not been set".
Docs are not very clear here, do I need to upload my FCM credentials to expo for this to work?

Thank you for any help.

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