angularfire icon indicating copy to clipboard operation
angularfire copied to clipboard

Angular + Firebase = ❤️

Results 316 angularfire issues
Sort by recently updated
recently updated
newest added

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. ![Image](https://github.com/user-attachments/assets/7bcec6f8-6b78-49b4-b5e8-716f05e1a321) ![Image](https://github.com/user-attachments/assets/79788e4f-1fd9-477c-9acc-e283eaa3361d) ![Image](https://github.com/user-attachments/assets/ea326cae-f060-44e1-879f-ce8af40090a6) ![Image](https://github.com/user-attachments/assets/71cf2e43-0a9f-4d7a-9647-c5afc0cf61f7) ![Image](https://github.com/user-attachments/assets/5e11ab7d-88c1-4f93-af7e-f57f93d028fa)

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...