Any idea on how to send push notifications to android mobiles or tablets for every new post?
I used to do that with Pushbullet (http://pushbullet.com) with my PHP app.
PushBullet support send notification to android, iOS, Chrome/firefox browser and Windows Phone (unoffically support) by create HTTP request .
But I’m a noob with ruby so…
But I think make a hook when new notification arrive …
I want to implement in my own application. Any idea on how to do that?
As I’m noob with ruby so I don’t know how to do that.
Here is pushbullet api documentation https://docs.pushbullet.com/http/
@codinghorror any idea on how this can be implemented?
Facebook started sending push notifications from chrome a few days back on my Android device.
I guess this is a feature we want for Discourse as well?
Yeah, but seems kind of tricky to pull off
I moved this to the feature category
Ah duplicate of Exploring ServiceWorkers for Discourse