How to remove a service worker registered in previous deploy from users' browsers with the newly deployed version of site (Firebase)?
I've deployed a new version of my site (It was on Polymer, now on Vue.js) to Firebase over an existing project. I'm using default Vue.js template with Webpack ( vue init webpack my-project ) in the new project Now that I've deployed the new version, when I open the site I see just a cached shell, I assume that's the service worker's fault In order to get actual current files from Firebase I (and all the previous visitors) have to now hard refresh the site every time ( Ctrl+F5 in firefox) Console Now, in browser console (network tab) I see: The service worker in red, it says: (failed) net::ERR