firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
A Kotlin-first SDK for Firebase
Steps to reproduce: 1. add `dev.gitlive:firebase-firestore:1.12.0` to common dependencies 2. optional step to fix normal ios builds: add `iosSimilatorArm64().binaries.framework { isStatic = true }` 3. make sure you have at...
The Kotlin extensions (KTX) APIs have been added to their respective main modules. For example, all the APIs from firebase-perf-ktx have been added to firebase-perf under the com.google.firebase.perf package. As...
Hello! I started using setCustomKey in the Crashlytics library. Unfortunately, the current implementation has some serious issue: the order of parameters in setCustomKey is wrong. Here is the code from...
Wasm
Handling exceptions from Firebase Auth on both android and IOS using this lib works mostly as expected. On the android side, the exceptions are handled as expected and you can...
Hello Thanks for the great library. I'm in the middle of switching from swift to KMP using firestore database. Using version 1.12 The following query that I am migrating is...
Wanted to start a discussion on this, so writing a ticket instead of a full on PR for a change. A suggestion for an implementation of this was originally in...
I can't access `android` property of `OAuthProvider` anymore, guess the [#504](https://github.com/GitLiveApp/firebase-kotlin-sdk/pull/504) did break it. ``` import dev.gitlive.firebase.auth.OAuthProvider import dev.gitlive.firebase.auth.android // Greyed out fun test(provider: OAuthProvider) { val androidProvider = provider.android...
I am facing ClassNotFoundException while reading collection. I have added all the needed dependencies in gradle file. I did the signin process with custom token. `Caused by: java.lang.ClassNotFoundException: Didn't find...