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

please tell me how can I get the verificationId, after `onCodeSent` method called from firebase, to pass it to the method `Firebase.auth.signInWithCredential(authCredential = PhoneAuthProvider().credential("??", "smsCode"))` if automatic authorization did not...

Hello, I would like to know if there is already implemented sending events into firebase console? Or is in plans? I am seeing that you've already working on analytics, but...

There is `FieldValue.delete()` - but I can't figure out how to use it with Kotlin serialization. Example please?

I'm trying to build a PoC using your library but the Firebase sign in request is taking 4 minutes to complete on my end. Anyone else having these issues when...

Firebase Storage `dev.gitlive:firebase-storage` & `dev.gitlive:firebase-messaging` doesn't exist on Maven - they are not deployed. https://repo.maven.apache.org/maven2/dev/gitlive/ ``` > Could not find dev.gitlive:firebase-storage:1.6.1. Searched in the following locations: - https://dl.google.com/dl/android/maven2/dev/gitlive/firebase-storage/1.6.1/firebase-storage-1.6.1.pom - https://repo.maven.apache.org/maven2/dev/gitlive/firebase-storage/1.6.1/firebase-storage-1.6.1.pom...

API coverage

| Library | Class | Member | Platforms | | :-----------------| :------------------------ | :----------------------------------- | :---------------------- | | firestore | FirebaseFirestore | setSettings | js | In js firestore you...

API coverage

It's fallen behind: ``` "androidMainImplementation"(platform("com.google.firebase:firebase-bom:29.3.0")) ``` The latest Firebase BOM is `30.3.2`: https://firebase.google.com/support/release-notes/android

The current implementation of serializing classes does not work correctly when dealing with nested classes. This PR aims to fix this by rewriting the encoding/decoding. This introduces EncodingSettings and DecodingSettings...

Hello, Thanks for your beautiful work, I start using it, and there IS a problem only on ios when i use this code. Référence.orderbykey().endAt(somekey).limittolast(...) It gaves this error "you must...