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

At the moment, despite the SDK is packaged with Web v9 Firebase libs we are using compat modules. The goal of this PR is to get rid legacy firebase externals...

At compile time library is not found Library version: 1.6.1 Platform: Mac M1 ``` > Task :shared:compileIosMainKotlinMetadata FAILED w: Could not find "org.jetbrains.kotlin.native.platform.linux" in [/Users/abstract/StudioProjects/Scala, /Users/abstract/.konan/klib, /Users/abstract/.konan/kotlin-native-prebuilt-macos-aarch64-1.6.20/klib/common, /Users/abstract/.konan/kotlin-native-prebuilt-macos-aarch64-1.6.20/klib/platform/ios_arm64] e: /Users/abstract/StudioProjects/Scala/shared/src/iosMain/kotlin/it/samuele794/scala/KoinIOS.kt:...

As the title says :) Firebase Firestore has support for GeoPoint and TimeStamp etc. natively, but since no KSerializer exists for this, (de)serialization fails. I did manage to deserialize it...

If you have a reference as a child field of a document, how would one go about serializing/deserializing that reference? It seems that directly using `DocumentReference` in your object structure...

Hello I'm working on a KMM project and I have an issue with running the iOS unit tests for the class that uses the Remote Config library. I'm only using...

executing this: `childUpdates["yourTurn"] = false; database.updateChildren(childUpdates)` in Android is saving it correctly. In RealtimeDatabase console I can see: `yourTurn: false` but in iOS it's saving it as int: `yourTurn: 0`...

The following Kotlin/JS source files use `@JsName("default")` to access JS module default object: - [externals.kt](https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/master/firebase-common/src/jsMain/kotlin/dev/gitlive/firebase/externals.kt) - [externals2.kt](https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/master/firebase-common/src/jsMain/kotlin/dev/gitlive/firebase/externals2.kt) When compiled with the JS IR compiler, this produces a WebPack failure: ```...

I get the following error while compiling for the browser target: ``` Compiled with problems:X ERROR in ./kotlin/kotlin_dev_gitlive_firebase_firestore.js 10:15 Module parse failed: Unexpected token (10:15) File was processed with these...

How i need initialize FirebaseApp for use Firebase.auth? Now I am getting an error: `Default FirebaseApp is not initialized in this process by.iba.relocation.android. Make sure to call FirebaseApp.initializeApp(Context) first.` when...

API coverage

This pull request uses serializers API to simplify encoding / decoding and provides more type safe way to operate with Timestamps