Steps to replicate
- Create a new project using npx create-react-app trial-app
- cd trial-app
- Install firebase yarn add firebase
- Copy sw file to public folder
- Replace code with App.js
- Run project yarn start
- Check the developer console. (Compare behavior with v8 and v9)