Does the Expo Push Notifications Service by default send notifications via FCM to Android devices?

Please provide the following:

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

Just an inquiry into what service Expo uses under the hood for sending push notifications to Android devices. I know that previously it was using GCM and that that was sunsetted in early 2019. And now FCM is suppose to be used. So I’m wondering if Expo’s push notification service switched to sending notifications via FCM by default for Android.

Hey @foodbarrio,

The Push Notification Broker will look to see if you have FCM configured for your project and if it does, it will use FCM.

Cheers,
Adam

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