Jump to top

v6.3.0 Release

Bug fixes and documentation updates release.

Please tag any GitHub issues regarding v6 with [v6] in the title.

🐞 This is a bug fix and feature release. 🐞

Features

  • Integrated userAccessGroup iOS method into the auth module (#3074) (#044711c)

SDK & Dependencies Updates

  • Update iOS dependencies, Crashlytics to v3.14.0 & Fabric to v1.10.2 (#3012) (#3901634)

Firestore

  • Add QueryDocumentSnapshot interface (#5de3770)

Bug Fixes

  • admob: add missing null checks ((#2912) (#b5243cf)

  • admob: set correct loading variable to allow multiple AdMob instances ((#3185) (#af768e3)

  • analytics: fixed dynamic linking bug whenever analytics parameters are present ((#3086) (#716d472)

  • app: fix export to correct syntax for valid TypeScript parsing (#2e2b24e)

  • app: remove Object.freeze from app to allow redux-firestore to work (#2733) (#46be1b0)

  • auth: fix default parameter for sending sign in link to email (#239b35b)

  • auth: sendPasswordResetEmail second argument is null by default to signal no settings (#3198) (#39ceba3)

  • crashlytics: fix issue where fileName variable could be undefined (#3079) (#1813e14)

  • crashlytics: JavaScript source maps now available in Crashlytics (#3084) (#036a50e)

  • database: add key to the Reference type for ((#3072) (#b8490a5)

  • firestore: offline Android lookup was crashing when looking up a document (#2757) (#c66bfc6)

  • firestore: Can use in operator when using where() for numbers (#3004) (#13a6560)

  • firestore: collection group queries with document snapshot as bound works (#3063) (#a3aaff3)

  • firestore: handle FieldPath as array value (#3178) (#2cb6d44)

  • ios: handle Info.plist file paths with spaces (#ceddf99)

  • ios: use correct import of RCTBridgeModule.h (#7db4cd8)

  • messaging: corrected TypeScript signature for setBackgroundMessageHandler (#a2879b6)

  • perf: fixed a bug which stopped custom performance metrics from working (#3119) (#1e56721)