79633568

Date: 2025-05-22 10:46:11
Score: 1
Natty:
Report link

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

Project ID firebase emulator ui

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Maria