Upgrading to FirebaseUI 4.0
May 18, 2018 ยท View on GitHub
This document outlines the key breaking changes made between versions 3.3.1 and 4.0.0 as well
as suggested upgrade paths. This is not a comprehensive list of all features or bug fixes, please
reference the release notes for that information.
For a full, machine-generated compatibility report see the docs/compat_reports folder.
Auth
- Removed all previously
@Deprecatedmethods onAuthUI.IdpConfig.Builder,AuthUI.IdpConfig,IdpResponse, andAuthUI.SignInIntentBuilder. Most of the deprecated methods have to do with configuring the FirebaseUI sign-in Intent and the replacements can be seen in theREADME.
Realtime Database
- No breaking changes.
Cloud Firestore
- Adopt the breaking changes from the
firebase-firestorelibrary version16.0.0. The primary breaking change is the removal ofQueryListenOptions, which has been replaced by theMetadataChangesenum. See the firebase release notes for more information.
Cloud Storage
- No breaking changes.