Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 invertase#4744
- Loading branch information