Giter Site home page Giter Site logo

Comments (4)

deepaklalwani97 avatar deepaklalwani97 commented on September 26, 2024 1

@deepaklalwani97

Pls check this plugin and see how it works - https://wordpress.org/plugins/progressive-wp/

I have checked this plugin it is based on some older versions of the PWA plugin. It provides features like offline page access, push notifications with firebase and integration with one signal plugin but had lot of issues like it uses older hooks to register script which might make extensions using new hooks incompatible and the integration with one signal does not work properly and had some errors.

from pwa-extension.

deepaklalwani97 avatar deepaklalwani97 commented on September 26, 2024 1

@pradeep910 I have checked how other push services send push notifications and mostly all of them use a separate server for push notifications and do not store the user's subscription data in the user's database. And if agree with your point if a site has large number of subscribers say 50000 or something it will create a load on users site to avoid that we can use a separate notification server or some service like firebase to store subscription data and send push notifications.

CC: @chandrapatel

from pwa-extension.

pradeep910 avatar pradeep910 commented on September 26, 2024

@deepaklalwani97

Pls check this plugin and see how it works - https://wordpress.org/plugins/progressive-wp/

from pwa-extension.

deepaklalwani97 avatar deepaklalwani97 commented on September 26, 2024

I tried to integrate izooto push notification service with the PWA plugin. The izooto provides very little control over which service worker to use in both the plugin and the manual integration method as it uses CDN to add its code for the service workers and SDK which results in conflict with the PWA plugin service worker. The solution for this could be to disable the parse request for URL which echoes the service worker code and the notifications work properly but doing this will throw some errors in the console as the izooto SDK expects the service worker code on that path. We will get an error like this
Screenshot 2019-12-23 at 3 00 35 PM
as we have disabled the parse request for that URL. This can be tested on a site I have created https://deepak-pwa.000webhostapp.com/

from pwa-extension.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.