parse-community / parse-server-push-adapter

A push notification adapter for Parse Server
https://parseplatform.org
MIT License
88 stars 100 forks source link

Support for progressive web apps #68

Closed tejpratap46 closed 3 years ago

tejpratap46 commented 7 years ago

Can this support web push for progressive web apps.

Web push uses following package:

web push github

Service worker gives following data if user agreed to receive push notification:

{
            keys: {
                auth: "rhho****************cpNnXHA==",
                p256dh: "BLna57U_B28G0wgR8A4WIr4W***********************************PbVlalFB0GaaWJhxcnP_D8="
            },
            endpoint: "https://android.googleapis.com/gcm/send/cFiMEq3HtA0:APA91bE_*********************************************************************ybpiTP_We299husGnP-sc8i9C"
}

I do not know how this will integrate with existing system. But, it will be great if it could.

ryanemax commented 7 years ago

same issue, many situation we couldn't use GCM or APN, is there any way to support more Push Service?

By the way, Should we use Live Query to implement Web App Push with a UserNotify Object?

I see the PPNS, how to build a standalone server for PPNS? I'm not sure whether push.parse.com:443 is alive?