You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on an Angular V13 project, run: ng add @angular/fire
Debug output
v13 % 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? Yes
✔ Package successfully installed.
The package that you are trying to add does not support schematics. You can try using a different version of the package or contact the package author to add ng-add support.
Expected behavior
Expected ng add could add the compatible version of @angular/fire but it cannot find it.
Actual behavior
Cannot find a compatible version of @angular/fire.
The text was updated successfully, but these errors were encountered:
Version info
Angular:
13
Firebase:
7
AngularFire:
7.1.1
How to reproduce these conditions
on an Angular V13 project, run:
ng add @angular/fire
Debug output
v13 % 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? Yes
✔ Package successfully installed.
The package that you are trying to add does not support schematics. You can try using a different version of the package or contact the package author to add ng-add support.
Expected behavior
Expected
ng add
could add the compatible version of@angular/fire
but it cannot find it.Actual behavior
Cannot find a compatible version of
@angular/fire
.The text was updated successfully, but these errors were encountered: