Elad Nava

Results 118 comments of Elad Nava

Hi @jbruggeman, That's interesting, can you please link to the article with the new API endpoint info? It would probably make sense to update node-gcm as long as there are...

Hi @jbruggeman, Interesting, thanks for the links. 👍 Regarding collapse keys, `node-gcm` definitely supports those using the Legacy HTTP API parameter, see the README for syntax: https://github.com/ToothlessGear/node-gcm#additional-message-options I think that...

@jbruggeman Cool, if there is indeed missing functionality we may be forced to update to the new API sooner than later. Is there any information on the Internet that references...

Hi @davidvavra, This is definitely made possible by node-gcm. Check out [this great example](https://github.com/ToothlessGear/node-gcm/issues/221#issuecomment-198939053) by @hypesystem.

Definitely not something we considered before, but interesting nonetheless. @hypesystem what do you think about this?

Thanks @johanforssell for the example code. I think you're right, we can easily add this to the main README. What do you think @hypesystem?

Hi @0x62, Using this sample code only a `data` payload is sent and not a `notification` display payload: ```js var gcm = require('node-gcm'); // Set up the sender with your...

@hypesystem How hard is this to implement? Can you summarize the tasks and changes involved? I imagine this being a new API call in `sender.js` that receives a callback (or...

Closing due to lack of response. Feel free to reopen if you are still experiencing this.

@hypesystem what do you say about removing `lib/sender.js` and moving all of its contents to the `index.js` file in the root project directory? Seems kind of unnecessary to require 2...