angularfire icon indicating copy to clipboard operation
angularfire copied to clipboard

Angular + Firebase = ❤️

Results 294 angularfire issues
Sort by recently updated
recently updated
newest added
trafficstars

### Version info **Angular:** 12.2.11 **Firebase:** 9.1.0 **AngularFire:** 7.1.1 ### How to reproduce these conditions I upgraded from Angular@11 to 12 and then from AngularFire@6 to 7. After refactoring my...

### Version info **Angular:** "@angular/common": "~12.1.1", "@angular/core": "~12.1.1", "@angular/forms": "~12.1.1", "@angular/platform-browser": "~12.1.1", "@angular/platform-browser-dynamic": "~12.1.1", "@angular/router": "~12.1.1", "@capacitor/android": "^3.3.2", "@capacitor/app": "^1.0.6", "@capacitor/core": "3.3.2", "@capacitor/ios": "^3.3.2", "@ionic/angular": "^5.5.2", "rxjs": "~6.6.0", "tslib": "^2.2.0",...

How do query a firestore collection to find document that meet a certain condition? please find an example of the code below. ``` import { Firestore, collectionData, collection } from...

### Version info **Angular:** 13.2 **Firebase:** 9.6 **AngularFire:** 7.2 ### How to reproduce these conditions **Steps to set up and reproduce** - serve Angular project with `ng serve --hmr` -...

### Version info - **Angular:** 13.0.3 - **Firebase:** 9.6.0 (released [last week](https://firebase.google.com/support/release-notes/js)) - **AngularFire:** 7.2.0 (with rxfire 6.0.3) - **FirebaseUI:** 6.0.0 (with firebaseui-angular 6.1.0) ### How to reproduce these conditions...

### Version info **Angular:** 12.2.0 **Firebase:** 9.4.0 **AngularFire:** 7.2.0 ### How to reproduce these conditions import { collection, } from '@angular/fire/firestore'; ### Expected behavior collection suppose to receive generic type...

I'm a newbie on the firebase. I'm trying to make a chat application with multiple users and multiple rooms by using `AngularJS` (`angularfire`) for the frontend and `NodeJS` for the...

### Version info **Angular: 13.1.2** **Firebase: 9.6.3** **AngularFire: 7.2.0 / 7.3.0** ### How to reproduce these conditions on my ngInit(): ```javascript getRedirectResult().then(result => { console.log(result)}) ``` ### Debug output i...

### Version info **Angular:** ~13.3.4 **Firebase:** 9.7.0 **AngularFire:** ^7.3.0 ### How to reproduce these conditions Follow instructions here: [LINK ](https://github.com/angular/angularfire/blob/master/docs/emulators/emulators.md#610-method) ### Expected behavior Connects to emulator at localhost:9099 ### Actual...

### Version info **Angular:** 13.2.0 **Firebase:** **AngularFire:** 7.3.0 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** ### How to reproduce these conditions I followed the doc and initialized @angular/fire by ng...