Code: Select all
firebase-authentication = { group = "dev.gitlive", name = "firebase-auth", version.ref = "firebase-authentication"}
Code: Select all
androidMain.dependencies {
implementation(compose.preview)
implementation(libs.androidx.activity.compose)
implementation(libs.firebase.authentication)
}
commonMain.dependencies {
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.material3)
implementation(compose.ui)
Irgendein idew wie ich Firehauth-Auth in einem komponierten Multiplattform-Projekt>?
Mobile version