Darrow Hartman
Darrow Hartman
Any solution?
Was this ever added?
Any updates on this issue?
As a temporary fix, I am running `npm i [email protected]` to get an earlier version of this package that is compatible with firebase version 7.2.4
+1 I had this same issue, and eventually just did this: ``` if let error = error { let errCode = AuthErrorCode(AuthErrorCode.Code(rawValue: error._code) ?? AuthErrorCode.internalError) switch errCode { case AuthErrorCode.quotaExceeded:...
@betocantu93 oh okay cool, I did not publish a new package, I just directly edited the library code for my local version.
Still an issue for me even after replacing --install-option with --config-settings