expo-community / expo-server-sdk-python

Exponent Server SDK
MIT License
143 stars 42 forks source link

Sending same message to many tokens #32

Closed emilpriverrc closed 3 years ago

emilpriverrc commented 3 years ago

Hello, Was looking at this repo to find out how to send the same message to maybe 1000 tokens at the same time without using creating a loop and building up a lot of messages, and using publish_multiple.

Is it possible to give an array of tokens to "to" in the "PushMessage" object?