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

Add support for the Admin SDK on a pure JVM platform. The Firestore and Realtime Database modules map very well between the client and admin SDK, so I have added...

Hi, I am trying to integrate FirebaseFirestore, like this: sourceSets { val commonMain by getting { dependencies { ... implementation("dev.gitlive:firebase-firestore:1.4.3") } } I am using new KMM project from IDE...

In all Firestore clients there is an option of passing source when trying to obtain current snapshot of document. This makes it possible to force reading from server. | Library...

API coverage

Hi! I have been using the Remote Configs module from the library I am opening this issue for. My first issue was the fact that you are not using the...

| Library | Class | Member | Platforms | | :-----------------| :------------------------ | :----------------------------------- | :---------------------- | | Firestore (iOS)com.google.firebase (Android) | FIRTimestamp (iOS)Timestamp (Android) | N/A | All platforms...

API coverage

Hi, I'm new to KMM and iOS development so maybe I'm missing something but as soon as I integrate the firebase KMM library, the iOS app stops building. ## Issue...

I've been trying to add analytics to the library, has been a smooth integration so far. But stumbled upon a couple of questions that I'd be grateful if anyone could...

Running setValue on any DatabaseReference triggers an error ``` Uncaught ReferenceError: $module$firebase_app is not defined at database.kt:18 at Object.236 (jsapp.js:2) at n (bootstrap:19) at Object.553 (jsapp.js:2) at n (bootstrap:19) at...

In my JS project if I try to use .js to access the underlying SDK, I get an error from the compiler. Cannot access class 'dev.gitlive.firebase.firebase.database.Reference'. Check your module classpath...