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

I'm trying to install @angular/fire to my Angular 20 project, but NPM won't resolve the package. **package.json** ``` { "name": "my-project", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve",...

It looks like the sample app still uses Angular v19. We should update to v20. There may be other updates we'd like to make during this process to more idiomatic...

When using @angular/fire/compat or @angular/fire to build Angular applications, we encounter significant challenges when trying to perform unit tests with a testing framework like Jest. The main issue stems from...

In the compat version of analytics we could set the APP_NAME and APP_VERSION through a provider: Those don't exist anymore with the modular version. What's the recommended way to set...

Are there any plans to implement or pass through calls to findNearest() documented here: https://firebase.google.com/docs/firestore/vector-search#node.js

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