Skip to content

v3.1.1

Compare
Choose a tag to compare
@chrisbianca chrisbianca released this 28 Nov 16:29
· 4635 commits to main since this release

v3.1.1 Changelog

Auth

  • Fix issue with confirmPasswordReset, applyActionCode and checkActionCode not handling specific app instances
  • Add missing phoneNumber property
  • [ios] updatePassword not correctly using the app instance

Database

  • Add firebase.database.enableLogging
  • Add firebase.database().setPersistenceCacheSizeBytes
  • Make sure the promise is resolved/rejected for transactions

Firestore

  • Add firebase.firestore.enableLogging

Performance

  • Trace incorrectly calling startTraceWithName instead of just traceWithName #593

Misc

  • Add support for using Firebase without Cocoapods (not recommended)
  • Get flow types working again - auth, app and firestore are correctly typed. Other modules may be out of date