I have an Angular 17 app and need to add Angular/Fire, the Angular Firebase version to it.
When i try to install it with npm install @angular/fire I am faced with a dependency error npm ERR! Could not resolve dependency: npm ERR! peer @angular/common@"^16.0.0" from @angular/[email protected] as the new version of Angular Fire hasn't been released yet.
I stumbled across this thread - https://github.com/angular/angularfire/issues/3459.
I am wondering how to install Angular Fire into 17? Should i use the next version or use ---force. And where is it initialised now that we no longer have app.module.ts? I used to in app.module.ts but I assume it would be done in app.config.ts or in main?
This is becasue angular fire was not released for Angular 17.
Try: npm i @angular/[email protected]