angular / angularfire

Angular + Firebase = ❤️
https://firebaseopensource.com/projects/angular/angularfire2
MIT License
7.69k stars 2.19k forks source link

install failed on ionic 7.1.5 Angular CLI: 17.0.3 #3468

Open thameurr opened 10 months ago

thameurr commented 10 months ago

Version info

*Angular: 17.0.4*

*Firebase:10.6.0*

**AngularFire: can't install it

*Other (e.g. Ionic/Cordova, Node, browser, operating system): Ionic : 7.1.5*

How to reproduce these conditions

ng add @angular/fire *Failing test unit, Stackblitz demonstrating the problem : No Version detected *

`ng add @angular/fire

ℹ Using package manager: npm ✔ Found compatible package version: @angular/fire@0.0.0. ✔ Package information loaded.

The package @angular/fire@0.0.0 will be installed and executed. Would you like to proceed? (Y/n) `

Steps to set up and reproduce

Sample data and security rules

Debug output

Errors in the JavaScript console

Output from firebase.database().enableLogging(true);

Screenshots

Expected behavior

npm detect the version of angular fire to be installed

Actual behavior

version detected 0.0.0

brandomcombr commented 10 months ago

@angular/fire@17.0.0-next.0

work for me