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
SDK & Dependencies Updates
Firestore
- Add
QueryDocumentSnapshot
interface (#5de3770
)
Bug Fixes
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
: removeObject.freeze
from app to allowredux-firestore
to work (#2733
) (#46be1b0
)auth
: fix default parameter for sending sign in link to email (#239b35b
)auth
:sendPasswordResetEmail
second argument isnull
by default to signal no settings (#3198
) (#39ceba3
)crashlytics
: fix issue wherefileName
variable could be undefined (#3079
) (#1813e14
)crashlytics
: JavaScript source maps now available in Crashlytics (#3084
) (#036a50e
)database
: add key to theReference
type for ((#3072
) (#b8490a5
)firestore
: offline Android lookup was crashing when looking up a document (#2757
) (#c66bfc6
)firestore
: Can usein
operator when usingwhere()
for numbers (#3004
) (#13a6560
)firestore
: collection group queries with document snapshot as bound works (#3063
) (#a3aaff3
)firestore
: handleFieldPath
as array value (#3178
) (#2cb6d44
)ios
: handleInfo.plist
file paths with spaces (#ceddf99
)ios
: use correct import ofRCTBridgeModule.h
(#7db4cd8
)messaging
: corrected TypeScript signature forsetBackgroundMessageHandler
(#a2879b6
)perf
: fixed a bug which stopped custom performance metrics from working (#3119
) (#1e56721
)