Hey, I used node-gcm to deliver push notifications on Android devices and it works really well, good job :)
Now I moved to others devices, and I implemented browser push notifications (thanks to service workers), and it works as well on that devices. The thing is Chrome didn't accept payload. Now they are.
What do you guys think about adding push encryption to node-gcm, to allow payload on browsers?
Hey, I used
node-gcmto deliver push notifications on Android devices and it works really well, good job :)Now I moved to others devices, and I implemented browser push notifications (thanks to service workers), and it works as well on that devices. The thing is Chrome didn't accept payload. Now they are.
What do you guys think about adding push encryption to
node-gcm, to allow payload on browsers?