publish subscribe - Google PubSub and GCM -


my project has requirement of pushing notifications android mobile phones based on events. (i need gcm)

users of mobile phones can subscribe these events , hence need pub/sub.

now, google pub/sub service can me build pub sub can 'push' notifications https domain server, don't have. there way can direct google pub/sub push service directly gcm, can push respective mobile phones? (assuming google in background , hence must have facility)

you can push directly mobile topic subscribers. take @ gcm pubsub: https://developers.google.com/android/reference/com/google/android/gms/gcm/gcmpubsub


Comments