Skip to content

Releases: GitLiveApp/firebase-kotlin-sdk

1.6.0

20 Apr 12:43
d67cb82
Compare
Choose a tag to compare

This is the final release for Kotlin 1.5

What's Changed

Full Changelog: v1.5.0...v1.6.0

1.5.0

06 Apr 14:39
fbef5f4
Compare
Choose a tag to compare

This release is for Kotlin 1.5

What's Changed

New Contributors

Full Changelog: v1.4.3...v1.5.0

1.4.3

05 Oct 13:26
124d490
Compare
Choose a tag to compare

What's Changed

  • Removed direct reference of ktx to be in-line with the other android … by @Reedyuk in #224
  • ➕ Add iosSimulatorArm64 target, introduced in KMM 1.5.30 by @pauldavies83 in #220
  • Add FirebaseAuth.signInWithEmailLink() API by @shepeliev in #212
  • Gl 861 add ability to skip ios tests for firebase by @Reedyuk in #230
  • Gl 855 fix upload issue with firebase by @Reedyuk in #231

New Contributors

Full Changelog: v1.4.2...v1.4.3

1.4.2

07 Sep 13:29
Compare
Choose a tag to compare
  • Fixed issue with publishing missing artifacts, with thanks to @suntrix
  • Added DocumentSnapshot.dataMap() (fixes #186) #214 thanks @suntrix

1.4.1

16 Jul 10:14
Compare
Choose a tag to compare
v1.4.1

Bumped to 1.4.1

1.4.0

06 Jul 10:02
Compare
Choose a tag to compare

Thank you for everyone who participated in the latest release.
Special thanks to the following:
Updated Kotlin to 1.5.10 (#189) @shepeliev
Firebase remote config (#192) @shepeliev
Added CollectionReference.document to firestore (#194) @tiagonuneslx
Firebase version bump (#196) @suntrix

1.3.1

26 May 13:02
Compare
Choose a tag to compare

.aar file was missing for publication in 1.3.0 release.

1.3.0

14 May 16:09
Compare
Choose a tag to compare

Thank you all for being patient for the latest release of the firebase-kotlin-sdk.
With special thanks to the following:
Updated dependencies, added setSettings() / disableNetwork() / enableNetwork() to FirebaseFirestore (#138) @suntrix
Added AuthTokenResult (#142) @suntrix
Fixed typo in collectionGroupWithID on iosTarget (#144) @Reedyuk
Added authDomain to Firebase options (#149) @mihbor
Updated and improved build config (#151) @suntrix
Added where clause for document reference object (#153) @avdyushin
Fixed broken iOS target (#154) @Reedyuk
Updated to Kotlin 1.4.31 (#155) @suntrix
Use firebase 7.7.0 for iOS cinterop (#156) @suntrix
Added some test for decoding of object with nullable value (#163) @Reedyuk
Fixed issue with errorToException missing exceptions (#169) @Reedyuk
Fixed iOS target (#170) @Daeda88
iOS target had incorrect firebase field value (#174) @jfreeley
Bumped JS target firebase version (#177) @Reedyuk
Fixed broken link in readme (#179) @BlakeBarrett
Added await while online for JS target (#180) @Reedyuk
Fixed gradle build task for running tests on incompatible target (#182) @nbransby
Added gcmSenderId to config (#184) @nbransby

1.2.0

07 Jan 17:33
a89cd93
Compare
Choose a tag to compare

Add serverTimestamp() to FieldValue (#127)
Support for documentId in FieldPath (Firestore) (#125) thanks @leoxs22
add orderByValue, endAt, limitToFirst, limitToLast, equalTo to Query (#129)
Add useEmulator() API (#123) thanks @shepeliev
add doc changes (#128)

1.1.0

17 Dec 11:54
Compare
Choose a tag to compare

Prevent accidental removal of photo URL (#100) thanks @tynn
Add Firestore Metadata (#106) thanks @Daeda88
Add orderby to firestore (#109) thanks @michaelprichardson
Add collection and document function (#110) thanks @michaelprichardson
Dependency updates (#118) thanks @suntrix