Duplicate Push notification EXPO | FCM

can anyone please help me?
I have duplicate push notification coming, one with expo icon and a normal push.
Im saving the token with getDevicePushTokenAsync and invoking in server with firebase admin

Hi! You should format the payload like the following

"notification": null,
"data": {
  "experienceId": "@username/project",
  "title": "Your title",
  "message": "Your body",
  "body": { "your": "JSON data" },
  "channelId": "default",
},

You can find more info in this github issue


now im getting error like this

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