Skip to content

Commit 0c35b3e

Browse files
docs: add Android push notification guidance to Expo README section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 555a3d3 commit 0c35b3e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,10 @@ Add the necessary permission descriptions to infoPlist key.
660660

661661
Next, rebuild your app as described in the ["Adding custom native code"](https://docs.expo.io/workflow/customizing/) guide.
662662

663+
The Expo plugin automatically generates a `FirebaseMessagingService` for Android that routes Intercom pushes to the SDK and passes non-Intercom messages through to other handlers (e.g. `expo-notifications`).
664+
665+
> **Note**: If your app uses another SDK that also handles push notifications via its own `FirebaseMessagingService` (e.g. OneSignal, Braze), list `@intercom/intercom-react-native` **before** that SDK in your `plugins` array. This ensures Intercom detects the other service and avoids registering a second one, which would cause the other SDK's push notifications to stop working.
666+
663667
#### Expo: Push notification deep links support
664668

665669
> **Note**: You can read more on Expo [documentation](https://docs.expo.dev/guides/deep-linking)

0 commit comments

Comments
 (0)