@clariodesk/react-native-push), so Firebase’s
native code never autolinks into a host that doesn’t want it. Your app owns the
messaging plugin; the SDK receives tokens through a PushTokenProvider seam.
Install
Wire the token provider
Route messages in your background handler
In your shared background/foreground handler, hand ClarioDesk messages back to the SDK so they don’t collide with your app’s own notifications:Deep-link on tap
On a notification tap, navigate straight to the ticket:Preferences
Remote push is not available in Expo Go. Use a dev build / EAS for push. The
backend is presence-aware and suppresses a push when the user is already
connected live. See the push concept page.