Skip to content

Commit

Permalink
Temp fix on issue firebase#1647
Browse files Browse the repository at this point in the history
  • Loading branch information
lehcar09 committed Aug 21, 2024
1 parent b67eba7 commit eb39990
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion firestore/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ dependencies {
implementation("com.google.firebase:firebase-auth")

// Google Play services
implementation("com.google.android.gms:play-services-auth:21.2.0")
// implementation("com.google.android.gms:play-services-auth:21.2.0")

// Temp fix for issue https://github.com/firebase/quickstart-android/issues/1647
implementation("com.google.android.gms:play-services-auth:20.7.0")

// FirebaseUI (for authentication)
implementation("com.firebaseui:firebase-ui-auth:8.0.2")
Expand Down

0 comments on commit eb39990

Please sign in to comment.