- Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Related issue: #3452
When installing @angular/fire from ng add the firebase config is installed with a locationId field that isn't recognized. I installed firestore but I think this also applies to storage, and likely some others.
Interestingly the firebase config in the console (https://console.firebase.google.com/u/3/project/myprojectid/settings/general/web) doesn't contain a locationId:
const firebaseConfig = { apiKey: "", authDomain: "", projectId: "", storageBucket: "", messagingSenderId: "", appId: "", measurementId: "" }; This may be coming from firebase-tools but at first glance I don't know where exactly. Example: src/init/features/project.ts
Versions:
Angular:
18.1.2
Firebase:
13.13.1
AngularFire:
18.0.1
Expected behavior
Recognize the locationId in the config or if not supported we could strip it from the config.
Exac
Metadata
Metadata
Assignees
Labels
No labels
