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
fix(auth, android): remove browser dependency, upstream includes now
Previous versions of firebase-android-sdk did not express their dependency
on androidx.browser library but used it for reCAPTHCA flow, leading to crashes.
We had to temporarily add a dependency here/downstream to work around.
Upstream has the dependency now, verified via `./gradlew :app:dependencies`
Fixes#4744
0 commit comments