Reputation: 130
After change the firebase-messaging-sw.js and refresh the page, but firebase-messaging-sw.js won't update
Upvotes: 7
Views: 1995
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.
found my answer on: https://love2dev.com/blog/how-to-uninstall-a-service-worker/
Upvotes: 7