j3k0 / ganomede-notifications

Long-pull notification service for Ganomede
0 stars 0 forks source link

Google Cloud Messaging (GCM) support #23

Closed j3k0 closed 8 years ago

j3k0 commented 8 years ago

I don't remember exactly the state of this.

  1. We need to be able to register gcm tokens;
  2. Push-worker needs to send push notification using gcm when there are some;
elmigranto commented 8 years ago
  1. We need to be able to register gcm tokens;

This works as long as token's a string and type is 'gcm'.

  1. Push-worker needs to send push notification using gcm when there are some;

This is missing.

j3k0 commented 8 years ago

Ok, so this is needed.