All Versions
4
Latest Version
Avg Release Cycle
60 days
Latest Release
1470 days ago
Changelog History
Changelog History
-
v1.0.0 Changes
October 27, 2020⚡️ Updated to Kotlin 1.4.10, Coroutines 1.3.9, Serialization 1.0.0, thanks to @CoreyKaylor
-
v0.4.0 Changes
October 23, 2020Hugely increased Firebase Auth coverage thanks to @Daeda88 !
🚀 NOTE: this release is for Kotlin 1.3 (final 1.3 release)
-
v0.2.0 Changes
July 11, 2020Increased 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
0️⃣ 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.
-
v0.1.0
May 01, 2020