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

Log push notifications #283

Closed harshalyeole-tudip closed 7 years ago

harshalyeole-tudip commented 7 years ago

Is it possible to log push notifications sent using node-gcm?

eladnava commented 7 years ago

Hi @harshalyeole-tudip, You can utilize a logging utility such as bunyan and simply invoke it right after calling sender.send when sending notifications with node-gcm.

Since this is not an issue with the project, I am closing this. Feel free to consult StackOverflow for additional help with this.

harshalyeole-tudip commented 7 years ago

Thank you @eladnava