angularfire icon indicating copy to clipboard operation
angularfire copied to clipboard

Angular + Firebase = ❤️

Results 244 angularfire issues
Sort by recently updated
recently updated
newest added

Related issue: https://github.com/angular/angularfire/issues/3452 When installing @angular/fire from `ng add` the firebase config is installed with a `locationId` field that isn't recognized. I installed firestore but I _think_ this also applies...

Hi this issue was initially raised on angular repo https://github.com/angular/angular-cli/issues/28038 To fix this @angular/fire should use the same version of undici as @angular ### Which @angular/* package(s) are the source...

This has been reported issue on the Angular git repo but no actions will be taken as this is conflicting with angularFire Original issue https://github.com/angular/angular-cli/issues/28038 Any new releases coming up...

Bug Report: Build and Publish Failures After Adding Playwright Tests Environment: - Angular: ^16.0.0 - Firebase: 9.8.0 - AngularFire: 7.6.1 - Windows: 11 - Node.js: 20.11.1 - playwright: 1.45.2", -...

Hi, I got no idea what is going on. It was working just fine for month but suddenly after updating to 7.2.1, I am getting the following error Error: node_modules/@firebase/auth-compat/dist/auth-compat/index.d.ts:53:213...

### Version info **Angular:*17* **Firebase:*10* **AngularFire:*18.0.1* **Other (e.g. Ionic/Cordova, Node, browser, operating system):**Angular ### How to reproduce these conditions I am trying to insert data in firebase but getting error...

The types returned by 'data(...)' are incompatible between these types. Type 'T' is not assignable to type 'DocumentData | undefined'. Type 'T' is not assignable to type 'DocumentData'. ### Checklist...

In `app.module.ts` I put in commented out lines anticipating AngularFire 7. When AngularFire 7 is available for callable functions we can easily update the documentation with a few clicks. I...

### Description A couple minor fixes for the modular demo: - "ScreenTrackingService" and "UserTrackingService" were imported but never used. Added them to app module providers. - Removed a couple of...

cla: yes