You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: template/README.md
+12
Original file line number
Diff line number
Diff line change
@@ -2086,6 +2086,18 @@ Then run the `firebase init` command from your project’s root. You need to cho
2086
2086
✔ Firebase initialization complete!
2087
2087
```
2088
2088
2089
+
IMPORTANT: you need to set proper HTTP caching headers for`service-worker.js` file in`firebase.json` file or you will not be able to see changes after first deployment ([issue #2440](https://github.com/facebookincubator/create-react-app/issues/2440)). It should be added inside `"hosting"` key like next:
0 commit comments