Skip to content

v3.0.6

Compare
Choose a tag to compare
@chrisbianca chrisbianca released this 31 Oct 10:48
· 4725 commits to main since this release

v3.0.6 Changelog

Firestore

  • Use milliseconds for timestamps to resolve timezone issues across both iOS and Android

Database

  • Remove listener in reverse order on the same path does not work properly #532

Auth

  • [ios] Reload the user after updating their profile and email address as the native SDK is not doing it automatically
  • [android] Correctly populate email field for password providers
  • [android] Cache auto-verified phone credential for use on the native side #464
  • [android] Correctly populate phone number field for phone auth providers
  • [android] Incorrectly removing all auth listeners when using verifyPhoneNumber
  • [js] Introduce experimental onUserChanged method to simplify integration with React Native

Messaging

  • [ios] Move registerForRemoteNotification to the main thread to prevent XCode 9 warnings

Misc

  • [ios] Centralise event sending to ensure all events validate the bridge before sending
  • Update typings to allow null values to clear Analytics values @YousefED