We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c0c3e commit 928d2e5Copy full SHA for 928d2e5
1 file changed
GETTING_STARTED.md
@@ -28,12 +28,6 @@ dependencies {
28
// https://central.sonatype.com/artifact/com.firebaseui/firebase-ui-auth/versions
29
implementation("com.firebaseui:firebase-ui-auth:10.0.0-beta02")
30
31
- // Required: Jetpack Compose
32
- // Find the latest Compose BOM version here:
33
- // https://developer.android.com/develop/ui/compose/bom
34
- implementation(platform("androidx.compose:compose-bom:2026.03.00"))
35
- implementation("androidx.compose.material3:material3")
36
-
37
// Required only if Facebook login support is required
38
// Find the latest Facebook SDK releases here: https://goo.gl/Ce5L94
39
implementation("com.facebook.android:facebook-android-sdk:8.x")
0 commit comments