You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There currently appears to be no versioning system in place for the service worker. Implementing such a system could offer multiple benefits, including easier tracking of changes and fixes, improved compatibility issue management, and a clearer understanding of the SDK's chronological progression.
In addition, the SDK seems to lack a method for updating the service worker on demand. Ideally, it would be useful to have a function that sends a new version of the service worker along with the push notification. If the version of the received service worker doesn't match the current one, the service worker should then update itself. This would allow every user's service worker to be updated as needed, ensuring the latest, most secure, and feature-packed version is always in use.
Is there a possibility to introduce these features in the perfecty-push-js-sdk? If these functionalities already exist, it would be helpful to know where they are documented or how they can be implemented.
Thank you for your consideration.
The text was updated successfully, but these errors were encountered:
There currently appears to be no versioning system in place for the service worker. Implementing such a system could offer multiple benefits, including easier tracking of changes and fixes, improved compatibility issue management, and a clearer understanding of the SDK's chronological progression.
In addition, the SDK seems to lack a method for updating the service worker on demand. Ideally, it would be useful to have a function that sends a new version of the service worker along with the push notification. If the version of the received service worker doesn't match the current one, the service worker should then update itself. This would allow every user's service worker to be updated as needed, ensuring the latest, most secure, and feature-packed version is always in use.
Is there a possibility to introduce these features in the perfecty-push-js-sdk? If these functionalities already exist, it would be helpful to know where they are documented or how they can be implemented.
Thank you for your consideration.
The text was updated successfully, but these errors were encountered: