firebase-kotlin-sdk icon indicating copy to clipboard operation
firebase-kotlin-sdk copied to clipboard

A Kotlin-first SDK for Firebase

Results 208 firebase-kotlin-sdk issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm getting this error after adding the Firestore dependency to the build.gradle. I'm putting it in the app level build.gradle, is this the correct one?

I added all the missing fields to `AuthResult` type and also made it's constructor public, so it can be used to pass data from platform specific methods back to commonMain....

Looks like version 1.13.0 created a new issue where: Firebase.firestore.enableNetwork() or Firebase.firestore.disableNetwork() would cause an app to crash: `*** Terminating app due to uncaught exception 'FIRIllegalStateException', reason: 'Firestore instance has...

After upgrading to 1.13.0 I get the following error in Web/JS: `FirebaseFirestoreException: FAILED_PRECONDITION: initializeFirestore() has already been called with different options. To avoid this error, call initializeFirestore() with the same...

After upgrading to 1.13.0 I get the following error in iOS: ** Terminating app due to uncaught exception 'FIRInvalidArgumentException', reason: 'Unsupported type: ComposeApp_kobjcc0' *** First throw call stack: (0x1936d0f20 0x18b562018...

Would be really nice to provide an actual app showcasing some features like auth, firestore using this project

I have implemented the storage library but I am having difficulty downloading files. In my case, I have to download .zip files in the commonMain package. Does the SDK currently...

I need firebase storage for all platforms but I am starting with JVM for now. The work is starting on the java sdk here: https://github.com/GitLiveApp/firebase-java-sdk/issues/4

API coverage