Skip to content

v4.0.3

Compare
Choose a tag to compare
@chrisbianca chrisbianca released this 13 Apr 14:20
· 4124 commits to main since this release

v4.0.3 Changelog

Firestore

  • Add support for firebase.firestore().settings() - psst, this allows you to disable persistence ;-)
  • Add support for firebase.firestore().setLogLevel()
  • Fix a binding issue with DocumentSnapshot data() and get()

Messaging

  • [ios] Fix messaging_token_refreshed warning #960

Notifications

  • [ios] Fix sound on iOS 10+ #974
  • [ios] Add missing completionhandler calls
  • [ios] Fix issue with iOS attachments #939

Types

  • Add missing constructors for Notification, DynamicLink and RemoteMessage