FirebaseUI for Android v4.0.0
FirebaseUI for Android v4.0.0 is a major release containing a number of new features, bug fixes, and stability improvements:
Breaking changes:
firestore
module now depends on latest API, which contains breaking changes that affect FirebaseUI. See the migration-guide for more information.
New features/behavior:
- Added Cloud Firestore "paging" adapter that works with the Android Paging Support Library (#1178)
- Added a new "silent sign in" feature to allow zero-click sign in for special cases (#1212)
- Remove the use of ugly progress dialogs in almost all cases, replacing with better inline indicators (#1280)
- Show the Terms of Service and Privacy Policy throughout the flow in order to comply with GDPR (#1245)
Bug fixes:
- Fix Facebook/Twitter sign-out crashes (#1278 and #1269)
- Better Facebook/Twitter class loading (#1271)
- Fix crashes due to long-running tasks (#1259)
- Move email flow to more reliable architecture (#1213)
Notable transitive dependencies:
Dependency | Version |
---|---|
firebase-core | 16.0.0 |
firebase-auth | 16.0.1 |
play-services-auth | 15.0.1 |
firebase-database | 16.0.1 |
firebase-firestore | 17.0.1 |
firebase-stroage | 16.0.1 |
Support Library | 27.1.1 |