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 23ae513 commit 25eb137Copy full SHA for 25eb137
auth/src/main/java/com/firebase/ui/auth/util/smartlock/SignInDelegate.java
@@ -106,7 +106,9 @@ public void onCancel(DialogInterface dialogInterface) {
106
.request(mGoogleApiClient,
107
new CredentialRequest.Builder()
108
.setPasswordLoginSupported(true)
109
- .setAccountTypes(IdentityProviders.GOOGLE)
+ .setAccountTypes(IdentityProviders.GOOGLE,
110
+ IdentityProviders.FACEBOOK,
111
+ IdentityProviders.TWITTER)
112
.build())
113
.setResultCallback(this);
114
} else {
0 commit comments