Releases: googleapis/nodejs-firestore
Releases · googleapis/nodejs-firestore
v4.0.0
⚠ BREAKING CHANGES
- drop Node 8 support (#1006)
FirestoreDataConverter.fromFirestore()
is now called with aQueryDocumentSnapshot
instead ofDocumentData
(#965)
Features
- add support for serialization to BigInt
(via settings({useBigInt: true})
(#1016) - add support for set() with SetOptions when using
FirestoreDataConverter
(#1087) - retry CommitRequests that fail with UNAVAILABLE (#1235)
Bug Fix
v3.8.6
v3.8.5
v3.8.4
v3.8.3
v3.8.2
Bug Fixes
- authenticate as admin user when ssl:false is set (#1095) (a178556), closes /github.com/firebase/firebase-js-sdk/issues/3105#issuecomment-635541894