You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Related issue: #3452
When installing @angular/fire from
ng add
the firebase config is installed with alocationId
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:
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.
The text was updated successfully, but these errors were encountered: