We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The latest version of angularfire uses an outdated dependency of @firebase/auth.
angularfire/yarn.lock
Line 1542 in 1ec218a
The latest changes however include the following PR: firebase/firebase-js-sdk#7277 which fixes an issue (firebase/firebase-js-sdk#7233) which didn't allow the use of port numbers in the authDomain.
authDomain
Version @firebase/[email protected] however does include these changes (see firebase/firebase-js-sdk#7290).
The text was updated successfully, but these errors were encountered:
Unforunately, we're stuck until the next major, which we'll be preparing shortly due to our being on an older version of typescript.
Sorry, something went wrong.
No branches or pull requests
The latest version of angularfire uses an outdated dependency of @firebase/auth.
angularfire/yarn.lock
Line 1542 in 1ec218a
The latest changes however include the following PR: firebase/firebase-js-sdk#7277 which fixes an issue (firebase/firebase-js-sdk#7233) which didn't allow the use of port numbers in the
authDomain
.Version @firebase/[email protected] however does include these changes (see firebase/firebase-js-sdk#7290).
The text was updated successfully, but these errors were encountered: