We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45773ea commit 41beac6Copy full SHA for 41beac6
firebase-database/firebase-database.gradle.kts
@@ -52,12 +52,12 @@ android {
52
dependencies {
53
implementation("com.google.firebase:firebase-common:20.3.2")
54
implementation("com.google.firebase:firebase-components:17.1.0")
55
+ implementation("com.google.firebase:firebase-auth-interop:20.0.0")
56
implementation("com.google.firebase:firebase-appcheck-interop:16.1.1")
57
implementation("com.google.firebase:firebase-database-collection:18.0.1")
58
59
implementation(libs.androidx.annotation)
60
implementation(libs.bundles.playservices)
- implementation("com.google.firebase:firebase-auth-interop:20.0.0")
61
62
testImplementation(libs.truth)
63
testImplementation(libs.junit)
0 commit comments