FirebaseUI for Android v5.0.0
FirebaseUI for Android v5.0.0 is a major release containing a number of new features, bug fixes, and stability improvements:
Breaking changes:
- Firebase dependencies have been updated to releases from May 7th or later which contained breaking changes. There are no breaking changes in the FirebaseUI API itself.
New features:
- Support for pagination with Realtime Database (#1601)
Bug fixes:
- Sign-in no longer fails for disabled accounts (#1611)
- FirestorePagingAdapter
retry()fix (#1608) - FirestorePagingAdapter now returns the actual Exception (#1592)
- Accessibility fix for invalid passwords (#1612)
Notable transitive dependencies:
| Dependency | Version |
|---|---|
| firebase-core | 16.0.9 |
| firebase-auth | 17.0.0 |
| play-services-auth | 16.0.1 |
| firebase-database | 17.0.0 |
| firebase-firestore | 19.0.0 |
| firebase-storage | 17.0.0 |
| Support Library | 28.0.0 |
Special thanks to our superstar contributors for this release:
- @PatilShreyas who enabled RTDB pagination and fixed some Firestore pagination bugs
- @felipe-gouveia who fixed some deep auth bugs