Releases: firebase/FirebaseUI-iOS
Releases · firebase/FirebaseUI-iOS
FirebaseUI 4.2.0
Fixed lingering Podfile issues where some pod versions weren't properly specified.
FirebaseUI 4.1.1
Fixed an issue where non-US languages were not properly internationalized.
FirebaseUI 4.1.0
Database
- Added
snapshotAtIndex:
method to indexed data source classes
Auth
- Added localizations
FirebaseUI 4.0.0
Added phone auth provider for FirebaseUI Auth.
FirebaseUI 3.1.1
Database: Added an array of loaded indexes to indexed data sources.
FirebaseUI 3.1.0
- Fixed an issue where
FUISortedArray
would block infinitely or crash. - Made
FUIIndexArray
's indexes public. - Fixed an issue where
FUIIndexArray
would send each child of a value before sending its full value.
FirebaseUI 3.0.0
- Fixed an issue where the data sources' constructors had side effects.
- Removed
FUIDataSource
class. - Added a
queryErrorHandler
property to the data sources to handle fatal data source errors. - Renamed data sources'
objectAtIndex:
tosnapshotAtIndex:
- Added
bindToView:
andunbind
methods to data sources so developers can control the timing of query observation more directly through the data sources. - Data sources no longer immediately observe their queries when instantiated.
FirebaseUI 2.0.3
Fixed an issue where FUISortedArray wasn't properly exposed in the framework's umbrella header.
FirebaseUI 2.0.2
Fixed an issue where data sources could not be detached from their UI components.
FirebaseUI 2.0.1
Fixes an issue where FirebaseUI would crash when using SDWebImage 4.0 and above. Requires SDWebImage 4.0 or higher.
Fixes some incorrect nullability warnings in FirebaseUI Auth.