Skip to content

Commit 25eb137

Browse files
committed
Fix for #171
1 parent 23ae513 commit 25eb137

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

auth/src/main/java/com/firebase/ui/auth/util/smartlock/SignInDelegate.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ public void onCancel(DialogInterface dialogInterface) {
106106
.request(mGoogleApiClient,
107107
new CredentialRequest.Builder()
108108
.setPasswordLoginSupported(true)
109-
.setAccountTypes(IdentityProviders.GOOGLE)
109+
.setAccountTypes(IdentityProviders.GOOGLE,
110+
IdentityProviders.FACEBOOK,
111+
IdentityProviders.TWITTER)
110112
.build())
111113
.setResultCallback(this);
112114
} else {

0 commit comments

Comments
 (0)