angular / angularfire

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

Upgrade @firebase/auth to version 0.23.2 #3357

Open falk-stefan opened 1 year ago

falk-stefan commented 1 year ago

The latest version of angularfire uses an outdated dependency of @firebase/auth.

https://github.com/angular/angularfire/blob/1ec218aaa1d5c84355692d198954313b4202d78e/yarn.lock#L1542

The latest changes however include the following PR: https://github.com/firebase/firebase-js-sdk/pull/7277 which fixes an issue (https://github.com/firebase/firebase-js-sdk/issues/7233) which didn't allow the use of port numbers in the authDomain.

Version @firebase/auth@0.23.2 however does include these changes (see https://github.com/firebase/firebase-js-sdk/pull/7290).

jamesdaniels commented 1 year ago

Unforunately, we're stuck until the next major, which we'll be preparing shortly due to our being on an older version of typescript.