I've built a react app beginning with create-react-app that appears to be working fine in local development. I've uploaded it to firebase hosting using firebase deploy, and the hosted version works fine when I load it using chrome on my computer, but the hosted site fails to load using firefox or any other browser. The hosted site also fails to load using any browser, including chrome, on other machines.
Here's the link to the hosted site: https://physics-coach.firebaseapp.com/ Here's the link to the github repo for this site: https://github.com/occam98/physicscoach2
I've tried toubleshooting using the developer tools, but I can't seem to make much headway—the only message I get in the console when the site fails to load is:
It looks like you're using the development build of the Firebase JS SDK. When deploying Firebase apps to production, it is advisable to only import the individual SDK components you intend to use.
For the CDN builds, these are available in the following manner (replace with the name of a component - i.e. auth, database, etc):
https://www.gstatic.com/firebasejs/5.0.0/firebase-.js rollbar.min.js:2:24504
I'd appreciate any troubleshooting advice about how to solve this problem.