angularfire
angularfire copied to clipboard
Angular + Firebase = ❤️
### Version info **Angular:** 13.0.3 **Firebase:** 9.6.4 **AngularFire:** 7.2.0 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** Node 14 ### How to reproduce these conditions **Steps to set up and reproduce**...
### Version info **Angular:** 13.00 **Firebase:** "firebase": "^9.6.1", **AngularFire:** "@angular/fire": "^7.2.0", **Other (e.g. Ionic/Cordova, Node, browser, operating system):** ### How to reproduce these conditions **Failing test unit, Stackblitz demonstrating the...
In https://github.com/angular/angularfire/blob/master/docs/firestore/documents.md line 17 is: ```ts item: Observable; ``` should be ```ts item: Observable; ``` Everything else works perfectly. Thanks! ### Version info **Angular:** **Firebase:** **AngularFire:** **Other (e.g. Ionic/Cordova, Node,...
### Version info **Angular:** 13.3.0 **Firebase:** 10.1.4 **AngularFire:** How do you find your AngularFire version? **Other (e.g. Ionic/Cordova, Node, browser, operating system):** ### How to reproduce these conditions Forked and...
used command npm install firebase @angular/fire --save still getting issue Module '"@angular/fire"' has no exported member 'AngularFireModule'.ts(2305). i have also used ng add @angular/fire. it will work only when i...
### Version info **Angular:** 13.1.3 **Firebase:** 9.4.0 **AngularFire:** 7.1.2 **Chrome:** Version 97.0.4692.71 (Official Build) (64-bit) **Note:** This is also the case with Angular 12.2.4, Angular/Fire 6.1.5 and Firebase 8.9.1 I...
### Version info **Angular:** 13.3.0 **Firebase:** 10.5.0 **AngularFire:** 7.2.1 ### How to reproduce these conditions **Steps to set up and reproduce** ``` import { ref, Storage, uploadBytes } from '@angular/fire/storage';...
### Version info **Angular:** 12.2.0 **Firebase:** 9.6.6 **AngularFire:** 7.2.1 ### Expected behavior I need to set user id and a user property after a user has logged in. User property...
I think the function argument that `provideFirebaseApp()` accepts should have the following signature `fn: (injector: Injector) => IFirebaseApp` instead of `fn: () => IFirebaseApp` ### Additional Context The function argument...
### How to reproduce these conditions - Open "[docs/auth/getting-started.md](https://github.com/angular/angularfire/blob/master/docs/auth/getting-started.md)" - Search for "Read more at authentication state persistence" ### Expected behavior The sentence ends with a period. ### Actual behavior...