Skip to content

Releases: GitLiveApp/firebase-kotlin-sdk

1.0.0

27 Oct 12:53
91c10d0
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
v0.1.0

Update README.md