FirebaseUI for Android v6.1.0
FirebaseUI for Android v6.1.0 is a minor release containing new features and bug fixes.
New features:
- [Auth] Support for Microsoft, Apple, and Yahoo authentication.
- [Database / Firestore] Allow updating options of paging adapters at runtime (#1677)
Bug fixes:
- [Firestore] Paging adapter now logs errors by default (#1652)
- [Auth] Fixed issue with consumer proguard rules (#1686)
- [Auth] Fixed a gap between phone number input and verify button (#1704)
- [Auth] Fixed an issue where SMS timer didn't reset on resume from background (#1703)
- [Auth] Fixed an issue where we were using an outdated class for URLs (#1690)
Notable transitive dependencies:
Dependency | Version |
---|---|
firebase-core | 19.1.0 |
firebase-auth | 17.2.1 |
firebase-database | 19.2.0 |
firebase-firestore | 21.3.0 |
firebase-storage | 19.1.0 |
play-services-auth | 17.0.0 |
Special thanks to our superstar contributors for this release:
- @PatilShreyas who contributed
updateOptions
to the paging adapters.