FirebaseExtended / firebase-video-samples

This repository contains sample code for some of the videos on the Firebase YouTube channel.
https://www.youtube.com/c/firebase
Apache License 2.0
119 stars 119 forks source link

App displays as a blank page after deploying to #62

Open eliotc opened 7 months ago

eliotc commented 7 months ago

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

Screenshot 2024-03-27 at 4 48 27 pm

Steps to Reproduce the Problem

Deploying the app using

npx firebase deploy --only storage,firestore,hosting --project XXXX

Specifications