Open eliotc opened 7 months ago
App displays in the same way as it does with local emulator
App displays as a blank page after deployment using
npx firebase deploy --only storage,firestore,hosting --project XXXX
✔ Deploy complete!
Project Console: https://console.firebase.google.com/project/XXXX/overview Hosting URL: https://XXXX.web.app Getting error below in Browser console and a blank page
Deploying the app using
Expected Behavior
App displays in the same way as it does with local emulator
Actual Behavior
App displays as a blank page after deployment using
npx firebase deploy --only storage,firestore,hosting --project XXXX
✔ Deploy complete!
Project Console: https://console.firebase.google.com/project/XXXX/overview Hosting URL: https://XXXX.web.app Getting error below in Browser console and a blank page
Steps to Reproduce the Problem
Deploying the app using
npx firebase deploy --only storage,firestore,hosting --project XXXX
Specifications