parse-community / parse-server-push-adapter

A push notification adapter for Parse Server
https://parseplatform.org
MIT License
87 stars 99 forks source link

fixes 64k limit on GCM push. #49

Closed jeacott1 closed 7 years ago

jeacott1 commented 7 years ago

new Array(...devices); expands to include apply(,args) which is limited.