Ensure that your project-id is setup correctly. Assuming you have a backend and frontend application
#firebase-config.yml
firebase:
project-id: my-pretty-app
database-id: (default)
emulator-host: localhost:8081
# Firebase env in your FE application
VITE_FIREBASE_PROJECT_ID=my-pretty-app
VITE_FIREBASE_EMULATOR_HOST=
You should be able to see the project-id in the UI as well