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

Error: Component auth has not been registered yet when building in production mode ### Version info Here is my packages.json ```json { "name": "akademy", "version": "0.0.0", "scripts": { "ng": "ng",...

### Version info **Angular:** 14 **Firebase:** 9.16.0 **AngularFire:** ^7.4 ### How to reproduce these conditions I am using below firebase initialization in app.module.ts, but I would like to load firebaseConfig...

### Version info **Angular:*17.3.3* **Firebase:*-* **AngularFire:*17.1.0* **Other (e.g. Ionic/Cordova, Node, browser, operating system):*browser* ### How to reproduce these conditions 1) Create subscription on fireMessaging.tokenChanges, can be several 2) Run fireMessaging.requestToken...

### Version info **Angular:** ``` Angular: 17.3.8 ... animations, cdk, common, compiler, compiler-cli, core, forms ... language-service, localize, material, platform-browser ... platform-browser-dynamic, platform-server, router ... service-worker Package Version --------------------------------------------------------- @angular-devkit/architect...

### Checklist - Issue number for this PR: #nnn (required) - Docs included?: (yes/no; required for all API/functional changes) - Test units included?: (yes/no; required) - In a clean directory,...

### Version info **Angular:** 18.0.0 **AngularFire:** 18.0.0 **Firebase:** 10.12.1 ### How to reproduce these conditions Follow the Angular 18 guide to enable zoneless: 1. Add `provideExperimentalZonelessChangeDetection()` to `providers`. 2. remove...

### Version info **Angular:** 17.3.9 **Firebase:** 13.9.0 **AngularFire:** 17.1.0 Other (e.g. Ionic/Cordova, Node, browser, operating system): Node.js v16.14.0, Windows 10 ### How to reproduce these conditions You can see the...

### Version info **Angular: 17.3.0 ** **Firebase: 10.12.2** **AngularFire: 17.1.0** ### Debug output ** Errors in the JavaScript console: Error uploading image: Error: Either AngularFireModule has not been provided in...

### Version info **Angular:** 18.0.5 **Firebase:** latest **AngularFire:** 18.0.1 ### How to reproduce these conditions Clone this minimal reproduction [repository](https://github.com/quedicesebas/lacomanda-front) containing just a boostraped project that use Firebase to get...