Skip to content

v1.0.0-alpha13

Pre-release
Pre-release
Compare
Choose a tag to compare
@chrisbianca chrisbianca released this 27 Apr 11:32
· 5607 commits to main since this release

Changelog

Crash reporting

[ios] Fixed CrashReporting imports

Database

[js][android][ios] Support multiple listeners on a ref
[ios] Fixed onDisconnectSet
[js] Add ref property for consistency with web API
[js] Add ref().isEqual()

Storage

[js] uploadTask.on now correctly handles next or observer args as per firebase web sdk
[js][android][ios] uploadTask.on now correctly receives a success status event
[android] fix readable map already consumed error

Misc

[js][android] Use GoogleApiAvailability to prompt the user to install Google Play Services if it is not installed

Known Issues

[storage] upload/download task promises implementation currently WIP and may break if used, use the event callbacks instead.