Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade play-services-auth #1655

Merged
merged 2 commits into from
Aug 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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")
lehcar09 marked this conversation as resolved.
Show resolved Hide resolved

// Temp fix for issue https://github.com/firebase/quickstart-android/issues/1647
lehcar09 marked this conversation as resolved.
Show resolved Hide resolved
implementation("com.google.android.gms:play-services-auth:20.7.0")
lehcar09 marked this conversation as resolved.
Show resolved Hide resolved

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