{ "hosting": { "headers": [ { "source":"/service-worker.js", "headers": [{"key": "Cache-Control", "value": "no-cache"}] } ], "public": "build", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "rewrites": [ { "source": "**", "destination": "/index.html" } ] } }