Skip to content

Releases: GitLiveApp/firebase-kotlin-sdk

1.3.0

14 May 16:09

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

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

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

1.0.0

27 Oct 12:53
91c10d0

Choose a tag to compare

Updated to Kotlin 1.4.10, Coroutines 1.3.9, Serialization 1.0.0, thanks to @CoreyKaylor

0.4.0

23 Oct 08:51

Choose a tag to compare

Hugely increased Firebase Auth coverage thanks to @Daeda88 !

NOTE: this release is for Kotlin 1.3 (final 1.3 release)

0.2.0

11 Jul 18:06

Choose a tag to compare

0.2.0 Pre-release
Pre-release

Increased API coverage

Auth

Auth.sendPasswordResetEmail()
Auth.signInWithEmailAndPassword()
Auth.createUserWithEmailAndPassword()
User.displayName
User.email
User.phoneNumber
User.sendEmailVerification()

Functions

FirebaseFunctions.useFunctionsEmulator()

Firestore

FirebaseFirestore.clearPersistence()
Query.limit()
Query.where(inArray:)
Query.where(arrayContainsAny:)

Serialization

The new encodeDefaults parameter is optional and defaults to true, set this to false to omit writing optional properties if they are equal to theirs default values.

Initial release

01 May 10:02
70846b2

Choose a tag to compare

Initial release Pre-release
Pre-release
v0.1.0

Update README.md