pusher / docs

The all new Pusher docs, powered by @11ty and @vercel
https://pusher.com/docs
8 stars 15 forks source link

Pusher Beams Docs | Publish notifications to Android devicespage #327

Closed arijit0024 closed 4 months ago

arijit0024 commented 4 months ago

Hello there, I spotted an issue on https://pusher.com/docs/beams/getting-started/android/publish-notifications/

how to i add image

web: { notification: { title: "Hello thi is ", body: "Hello, world! 2 baby", deep_link: "https://www.pusher.com", },

in this data

benw-pusher commented 4 months ago

HI, You can control the full payload of android messages as per https://pusher.com/docs/beams/reference/publish-payloads/#fcm-format. The link there also shows how to specify icons.

The icon can also be specified for web push as per https://pusher.com/docs/beams/reference/publish-payloads/#icon-506644079.

Thanks Ben