Hello
I’m running into an issue where stale service workers interfere with Hot Module Replacement (HMR) in the preview pane. In Chrome DevTools, it’s easy to go to Application » Service Workers and click “Unregister” to clear the old worker. That lets HMR work again.
However, Firebase Studio’s built-in preview lacks this capability — there’s no option to unregister or disable the service worker. The result?
- Changes don’t update live in the preview.
- I need to open an external browser tab, manually unregister the SW, then refresh Firebase Studio preview.
- This breaks my workflow and disrupts the dev feedback loop.
Request:
Please add a “Clear / Unregister Service Worker” option (similar to Chrome DevTools) in the preview toolbar or via right-click/context menu.
This would:
- Restore HMR functionality without leaving the IDE.
- Avoid stale cache issues and preview inconsistencies.
- Improve the overall dev experience in Firebase Studio.
Anyone else running into this? Or is there a workaround I’ve missed? Appreciate any advice or ETA on this feature. ![]()
Thanks!