Anyone aware if we should be able to use this depe...
# confetti
j
Anyone aware if we should be able to use this dependency in compose for desktop client. Trying to use
AppComponent
etc in that client but it depends on this
Copy code
val mobileMain by getting {
            dependencies {
                implementation(libs.firebase.mpp.auth)
            }
        }
m
I don't think Firebase supports KMP, if that is what you are asking. But there are 3rd party wrappers for that, such as: https://github.com/GitLiveApp/firebase-kotlin-sdk
👍 1