angularfire
angularfire copied to clipboard
Angular + Firebase = ❤️
### Version info **Angular:** v16 + jest **Firebase:** v9.23 **AngularFire:** 7.6 > I have tested all the combination supported 7.6.1 + firebase v9 ### How to reproduce these conditions Here...
Version info Angular: 16 Firebase: 7 AngularFire: latest Other (e.g. Ionic/Cordova, Node, browser, operating system): Node export class CategoryComponent { private fs: Firestore = inject(Firestore); categories$: Observable; constructor() { //...
### Version info **Angular:** 16.1.1 **Firebase:** 9.23.0 **AngularFire:** 7.6.1 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** Ionic: Ionic CLI : 7.1.1 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 7.1.2 @angular-devkit/build-angular : 16.1.4...
I have been trying to understand why something always does not work when we follow your docs and examples. I expected your 6-month-updated-doc to be of use. I have obviously...
Hi, I am gradually moving an application that I have had for years, this application works fine in compact mode, but it is made with angular 8, I am moving...
### Version info **Angular: 16.2.5** **Firebase: 10.4.0** **AngularFire: 7.6.1** **Other (e.g. Ionic/Cordova, Node, browser, operating system):** a ### How to reproduce these conditions **Failing test unit, Stackblitz demonstrating the problem**...
### Version info **Angular:** 15.2.9 **Firebase:** 9.8 **AngularFire:** 7.5 ### How to reproduce these conditions Based on the [sample advanced app](https://github.com/angular/angularfire/tree/master/samples/advanced). Firestore should be able to be lazy loaded. I've...
** I updated Angular and Firebase in a project and the errors started happening. So I decided to create a new application with Angular 16.2.0 to experiment with the bug...
### Version info **Angular:** "@angular/core": "15.1.2", **Firebase:** "firebase": "9.16.0", **AngularFire:** "@angular/fire": "7.5.0", **Other (e.g. Ionic/Cordova, Node, browser, operating system):** Windows 11, Node v18.18.0, Chrome Version 117.0.5938.132 (Official Build) ### How...
### Version info **Angular:** 16.2.0 **Firebase:** 9.23.0 **AngularFire:** 7.6.1 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** Node 20.5.1; Windows 11; Google Chrome (Lates) ### How to reproduce these conditions **Failing...