Sending push notifications to Android devices

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?

1 Like

Yeah, but seems kind of tricky to pull off :wink:

1 Like

:challengeaccepted:

I moved this to the feature category :stuck_out_tongue:

Ah duplicate of Exploring ServiceWorkers for Discourse

1 Like