Dispatch push notification to a list of device ID with Pigeon

Hello everyone,

It’s my first time handling push notifications on the server, and I’m using Elixir/Phoenix with Pigeon (2.0.0-rc.1). Currently, to dispatch notifications to a list of device IDs, I map through the list and dispatch notifications individually per device. I’m thinking there should be a more efficient way of just passing a list of device ID strings to FCM or APNS using pigeon, but didn’t get any info about that on the docs. Any help please

Sounds more like a question for Pigeon API.

Yes, is there any way I can direct the question directly to the Pigeon team? I’d also like to know how other users of the library have achieved this.

You might try Github issues.