1.5.0
This release is for Kotlin 1.5
What's Changed
- updated Firebase SDKs & dependencies by @suntrix in #228
- Add ServerTimestampBehavior in Firestore module by @shepeliev in #246
- removed DocumentSnapshot.dataMap() by @suntrix in #250
- fix compilation with xcode 13 by @muwasi in #244
- updated Firebase JS SDKs by @suntrix in #254
- updated Firebase SDKs by @suntrix in #252
- Make documentation more understandable about
ServerTimeStamp
usage. by @fummicc1 in #270 - Firestore query-cursors/pagination: Added Query.startAfter (Android, iOS, js) by @tiagonuneslx in #219
- allow to get database root reference by @pauminku in #265
- Added "parent" field to document and collection references by @litclimbing in #259
- Added firebase-installations by @suntrix in #257
- enable IR js compiler by @mihbor in #268
- Fix crash on ios with remote config by @muwasi in #245
- Issue-236 added unit test for database DataSnapshot children count by @thejoeba in #237
- Allow database tests to run on ios by @michaelprichardson in #279
- Add database reference testing by @thejoeba in #242
- add includeMetadataChanges support to firestore Query.snapshots by @nbransby in #281
- Serialize sealed classes by @iruizmar in #271
- replace safeOffer with trySend by @nbransby in #283
New Contributors
- @muwasi made their first contribution in #244
- @fummicc1 made their first contribution in #270
- @pauminku made their first contribution in #265
- @litclimbing made their first contribution in #259
- @thejoeba made their first contribution in #237
- @iruizmar made their first contribution in #271
Full Changelog: v1.4.3...v1.5.0