Joshua Astray
Joshua Astray

Reputation: 130

How to update firebase-messaging-sw.js in javascript

service workets

After change the firebase-messaging-sw.js and refresh the page, but firebase-messaging-sw.js won't update

Upvotes: 7

Views: 1995

Answers (1)

user59290
user59290

Reputation: 168

If you are using Chrome, right-click to inspect. Go to 'Application' tab, and click on Service Workers on the left panel where you can configure the settings for service workers. This should also work on Firefox.

The default for me was offline, so I change it to Update on reload. You can also choose to manually Unregister or Update the file.

enter image description here

found my answer on: https://love2dev.com/blog/how-to-uninstall-a-service-worker/

Upvotes: 7

Related Questions