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 208 forks source link

Add user to topic #211

Open chirag200666 opened 8 years ago

chirag200666 commented 8 years ago

Allows you to add a user(user token) to a gcm topic. Allows you to add a list of users to a gcm topic.

This pull request would break a few guidelines since I had difficulty in writing test cases and used console statements. Also the size of commits are long. But expecting a discussion on the feature & the implementation. Also discuss required restructuring of code to minimize code duplication which I did.