Replace existing push notifications (Android/FCM)

Environment:

  1. SDK Version:
    expo SDK : 36.0.0
    expo-server-sdk-node : 3.5.0
  2. Platforms(Android/iOS/web/all):
    Android

Hello, currently I’m sending push notifications to Expo applications (using expo start) on android devices through FCM. I am able to receive push notifications on the device but was wondering how one would be able to update existing push notification that have already been sent to the device rather being shown on the device as an new push notification.

I’ve already tried enabling “androidMode:collapse” in the app.json, this reduces the number of number of notification banners displayed on the device but the messages are still being duplicated within the single banner.

Thanks!

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