expo-community / expo-server-sdk-python

Exponent Server SDK
MIT License
146 stars 42 forks source link

Allow multiple recipients within single PushMessage #53

Open mbordia-eightfold opened 1 year ago

mbordia-eightfold commented 1 year ago

Idea is to reduce number of network calls when single message is sent to multiple recipients. Basically, condensing multiple messages into one single push message.

Related Issue : https://github.com/expo-community/expo-server-sdk-python/issues/52

sergioisidoro commented 7 months ago

Status on this? This seems usefeul, given the api allows for multiple recipients, and this is just removing some validation safeguards? Why not just remove that sanity check?

Fwnoledge commented 3 weeks ago

Is this pull request going to be merged? It will be useful.