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.3k stars 206 forks source link

Properly support priority #148

Closed mkamioner closed 9 years ago

mkamioner commented 9 years ago

According to GCM documentation, priority can be set using a string of normal or high instead of a number.

Fixes #147

hypesystem commented 9 years ago

Looks good! Don't forget to add yourself as a contributor in package.json

mkamioner commented 9 years ago

Thanks :-) Really happy I was able to contribute!

hypesystem commented 9 years ago

Thank you very much for your contribution! We are always looking for people who are willing to help :) Please let me know if you want to contribute more (there are a couple of things in the pipeline).

Thanks, again :)