angularfire
angularfire copied to clipboard
Angular + Firebase = ❤️
What is the way to integrate FCM into a standalone Angular 17 project with @angular/pwa installed ? It's hard to find information or examples, can anyone help me with some...
### Version info node -v v20.11.1 ### How to reproduce these conditions gh repo clone angular/angularfire cd .\angularfire\samples\compat\ npm install // fails npm install --legacy-peer-deps (as suggested) ng serve (does...
### Version info **Angular:** 17.3.3 **Firebase:** 10.10.0 **AngularFire:** 17.0.1 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** Ionic: Ionic CLI : 7.2.0 (/Users/user/.nvm/versions/node/v18.17.0/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 7.8.2 @angular-devkit/build-angular : 17.3.2...
usage before `importProvidersFrom(provideFirebaseApp(() => initializeApp(...)))` usage now `provideFirebaseApp(() => initializeApp(...))` ### Checklist - Issue number for this PR: #nnn (required) - Docs included?: (yes/no; required for all API/functional changes) -...
## APP VERSION ``` Angular CLI: 16.2.10 Node: 18.18.2 Package Manager: npm 9.8.1 OS: win32 x64 Angular: 16.2.12 ... animations, cdk, common, compiler, compiler-cli, core, forms ... google-maps, material, platform-browser...
### Version info **Angular:** 17.0.4 **Firebase:** 10.10.0 **AngularFire:**17.0.1 ### How to reproduce these conditions Simply - try to set any lang and send password reset email ``` this.afAuth.languageCode = new...
Version info Angular: ^17.3.0", Firebase: 9.23.0 AngularFire: ^17.0.1", Node v20.11. How to reproduce these conditions Failing test unit, Stackblitz demonstrating the problem: Currently, I do not have a failing test...
my package.json { "name": "learn", "version": "0.0.1", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": { "ng": "ng", "start": "ng serve --host=0.0.0.0 --port=8100 --hmr -o", "build": "ng build", "test": "ng test", "lint":...
### Checklist - [x] Issue number for this PR: https://github.com/angular/angularfire/issues/3077 (required) - [x] Docs included?: no - [x] Test units included?: yes - [x] In a clean directory, `yarn install`,...
### Version info **Angular:** 17.2.2 **Firebase:** 13.3.1 **AngularFire:** 17.0.1 **Other (e.g. Ionic/Cordova, Node, browser, operating system):** Node 20 ### How to reproduce these conditions Use `@angular/fire` with the new `@angular-devkit/build-angular:application`....