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

Problem The setPersistence method does not work when imported from @angular/fire/auth, leading to a TypeError. However, it works when imported from firebase/auth. Error When using the import from @angular/fire/auth, the...

### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? Yes ### Description I update my angular project with firebase to...

### Version info **Angular:** 18.0.3 **Firebase:** 10.12.2 **AngularFire:** 18.0.1 ### How to reproduce these conditions **Failing test unit, Stackblitz demonstrating the problem** Stackblitz example with the problem: https://stackblitz.com/edit/stackblitz-starters-zfidzt?file=src%2Fmain.ts **Steps to...

Need to update Angular Fire for GRPC vulnerability. ### Version info **Angular:** 15.2.10 **Firebase:** 9.23.0 **AngularFire:** 7.5 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** n/a ### How to reproduce these...

### Version info **Angular:** 18.0.3 **Firebase:** ?? **AngularFire:** 18.0.1 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** ### How to reproduce these conditions **Failing test unit, Stackblitz demonstrating the problem** This...

### Version info Angular CLI: 18.0.2 Node: 22.2.0 Package Manager: npm 10.8.0 OS: linux x64 Angular: 18.0.1 ... animations, common, compiler, compiler-cli, core, fire ... forms, platform-browser, platform-browser-dynamic, router Package...

Subject: Implementing Firebase App Check Debug Token in an Angular Application Hello everyone, I recently encountered a scenario where I needed to integrate Firebase App Check into my Angular application...

# Feature Request - authCanMatchGuard + helpers ## Description The current auth-guard provided with angular fire is still using the [now deprecated](https://github.com/angular/angular/pull/47924) class based approach and targets the `canActivate` property...

Hi, When i upgrade to the latest version WithConverter returns a plain Javascript Object instead of the requested class. This seems to be a bug in rxfire. Se this issue...