angularfire
angularfire copied to clipboard
Angular + Firebase = ❤️
Hi, when upgrading from firebase-js-sdk 10.x to firebase-js-sdk 11.0.0 we get the following error. Even though as you can see, we did call initializeApp() first.     
Hi, is there a way to lazy-load the Firestore? I'm using it only in a lazy-loaded component, so I would like to avoid providing it in the app config with...
[Angularfire Authentication guide](https://github.com/angular/angularfire/blob/main/docs/auth.md) shows how to support Auth context in server-side rendering. In the code sample, this line doesn't compile: const request = inject(REQUEST, { optional: true }); Because the...
I'm developing an Angular application using AngularFire to interact with Firebase Firestore. When attempting to perform a specific query on Firestore, I'm encountering CORS errors and connection failures. I need...
Angular v21 was release the other day but we're currently unable to use the @angular/fire package with it. When can we expect support to be added
### Checklist - Issue number for this PR: #nnn (required) - Docs included?: (yes/no; required for all API/functional changes) - Test units included?: (yes/no; required) - In a clean directory,...
Hello, Are there any plans to fix ng deploy. As it hasn't worked for a while now. The Angular documentation still says it should for deployment. Thanks, Harris
# Issue Upgraded to the release candidate and using the following collection subscription: ``` typescript collectionData(collection(firestore, `users/${u.uid}/devices`), { idField: 'id', }) ``` # Error ERROR FirebaseError: Expected type '_Query', but...
So I've been facing an issue for the past couple of days where whenever I try to use the **AngularFireDatabase** database to read or write to my Firebase database my...
## Issue After upgrading to `@angular/[email protected]`, TypeScript compilation fails when calling `.toDate()` on `Timestamp` fields from Firestore documents. ## Error ``` TS2339: Property 'toDate' does not exist on type 'FieldValue...