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

support use of direct notification payloads #133

Closed bradrf closed 9 years ago

bradrf commented 9 years ago

Offer the option to let Android display notifications on behalf of the client app instead of requiring the client app to process the data-only notification content itself.

marcusmc commented 9 years ago

This is already done in another PR, actually, but it doesn't seem to have been merged in yet. https://github.com/ToothlessGear/node-gcm/pull/127

I'm just running from that branch. Looking forward to seeing one of these get into master though.

bradrf commented 9 years ago

Oh! I (obviously) didn't think to peruse for an open request. Thanks for the heads up.

bradrf commented 9 years ago

Closing in favor of existing PR #127