firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
A Kotlin-first SDK for Firebase
Hey guys! Thanks for the constellation of KMP compatible firebase libraries! I've started my migration with **firebase-auth** and found out that **FirebaseAuthException.errorCode**(s) are omitted. It would be nice to have...
Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 9.19.1 to 10.9.0. Commits 1eb302f Version Packages (#8063) b498867 Merge master into release ce88e71 snapshot listeners source from cache (#7982) 6d487d7 Prevent using authTokenSyncURL if the string...
Any idea how to solve this error using Firebase Auth: auth.createUserWithEmailAndPassword(user.email, password) ``` Failed to get service from broker. java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'. at android.os.Parcel.createExceptionOrNull(Parcel.java:3069) at android.os.Parcel.createException(Parcel.java:3053) at...
Hey I just want to let you know about two bugs(?) I have found in this SDK. 1. When writing a boolean from Android to RTDB, it comes out as...
Hello. Here code I am using ``` @Serializable(with = TimestampSerializer::class) override val serverTime: Timestamp = getDefaultPlatformTimestamp(), ``` And getting ``` kotlinx.serialization.SerializationException: This serializer must be used with FirebaseEncoder ``` Before...
Hello. I would like to write a backend using Kotlin instead of node.js, writing firebase functions. How could I do this using your library?
On iOS, when a Firebase blocking function attached to beforeUserSignedIn is used with Authentication and that function throws an error with a type other than "internal", the gitlive code is...