Skip to content

v4.2.0

Compare
Choose a tag to compare
@chrisbianca chrisbianca released this 18 May 08:15
· 4001 commits to main since this release

v4.2.0 Changelog

If you are upgrading from a version prior to v4.1.0, please make sure you have checked for breaking changes in the release notes for all missed versions.

iOS Breaking Changes

  • This version supports v5+ of the Firebase iOS pods which contained a number of breaking changes"

    1. If you had previously restricted the version of Firebase/Core to 4.13.0, you will need to remove that restriction.
    2. Run pod update to get the latest versions of all the Firebase pods.

Auth

  • Full support for the new passwordless email sign in functionality: fetchSignInMethodsForEmail, isSignInWithEmailLink, sendSignInLinkToEmail and signInWithEmailLink

Database

  • [ios] Use a separate dispatch queue for requests

Firestore

  • [ios] Use a separate dispatch queue for requests and callbacks to improve performance - thanks @bzztbomb

Invites

Messaging

  • [ios] Cache and send data messages received whilst the app is being initialised - fixes #1005

Notifications