angularfire icon indicating copy to clipboard operation
angularfire copied to clipboard

Angular + Firebase = ❤️

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

### Version info **Angular:** 17 **AngularFire:** 7.6.1 ![CleanShot 2024-01-02 at 14 01 53@2x](https://github.com/angular/angularfire/assets/25394362/5f3284a5-c06e-4050-93e4-2a5e2e047fef)

Se agrego una porción faltante : as Observable; Línea número 63 ### Checklist - Issue number for this PR: #nnn (required) - Docs included?: (yes/no; required for all API/functional changes)...

### Version info **Versions:** ``` bash $ ng version _ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| |...

The "Firebase Options" interface of the "initializeApp" function does not have the "locationId" attribute. "dependencies": { "@angular/animations": "^16.2.0", "@angular/cdk": "^16.2.10", "@angular/common": "^16.2.0", "@angular/compiler": "^16.2.0", "@angular/core": "^16.2.0", "@angular/fire": "^16.0.0", "@angular/forms": "^16.2.0",...

In order to achieve consistency, i want to convert methods returning Promises to Observable. However, errors are ignored when trying to catch the error either from the method or from...

I ran into a very strange problem. When I read data from a collection with collectionData and it is a read that returns a high number of results, my app...

I have added a listener to get a list of records but this listener sends response everytime when the same listener is attached in a new tab. Is there any...

### Version info ``` Angular CLI: 14.2.13 Node: 20.9.0 (Unsupported) Package Manager: npm 10.1.0 OS: win32 x64 Angular: 14.3.0 ... animations, common, compiler, compiler-cli, core, forms ... platform-browser, platform-browser-dynamic, router...

how can we use count, sum and average with angularfire? https://firebase.google.com/docs/firestore/query-data/aggregation-queries

### Checklist - Issue number for this PR: Trivial fix, can create an issue if required - Docs included?: Yes - Test units included?: None required - In a clean...