ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.31k stars 206 forks source link

Add support for GCM notification in payload #131

Closed marcusmc closed 9 years ago

marcusmc commented 9 years ago

Right now, there is no support for the "notification" version of the payload, which would be a huge value-add, given that it makes GCM behave more like iOS, in which the notification is automatically generated, rather than having to create it yourself in the application using the data payload.

I'd have no problem taking it on if people think it's a worthwhile addition (hard to believe it isn't),