stream-chat-react-native icon indicating copy to clipboard operation
stream-chat-react-native copied to clipboard

Expo Support for sending push notifications via Expo Push Notification service (not FCM/APNs directly)

Open CavalcanteLeo opened this issue 1 month ago • 0 comments

Hey guys,

I’m integrating Stream Chat in a React Native app built with Expo, and I need to confirm whether Stream can trigger push notifications through the Expo Push Notification service instead of sending directly to FCM/APNs.

Right now, Stream’s push setup expects FCM or APNs credentials. My app uses Expo’s push service, which delivers notifications via exp.host/--/api/v2/push/send using ExpoPushTokens. These tokens are not FCM tokens and don’t map one to one.

My questions:

  • Is there any supported way for Stream Chat to deliver push payloads to the Expo Push Notification service, either natively or through some configuration?
  • Are there plans to support Expo push tokens directly in the future?

CavalcanteLeo avatar Dec 08 '25 00:12 CavalcanteLeo