angular / angularfire

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

Add migration schematic from v5 to v6 #2379

Closed EdricChan03 closed 3 years ago

EdricChan03 commented 4 years ago

Version info

Angular: v9

Firebase: v7.13.0

AngularFire: N.A.

Other (e.g. Ionic/Cordova, Node, browser, operating system): N.A.

Expected behavior

There is no migration schematic that is invoked when the ng update @angular/fire command is entered.

Actual behavior

There should be a migration schematic that is invoked when the ng update @angular/fire command is entered.


Related: #2267

jamesdaniels commented 4 years ago

Ah, yes, I knew there was something else I was hoping to put together before launch. Will put a schematic together in the next cut.

jamesdaniels commented 3 years ago

Closing as outdated, never did get around to this unfortunately.