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 98353a7 commit 84bcc00Copy full SHA for 84bcc00
auth/src/main/java/com/firebase/ui/auth/AuthUI.java
@@ -120,13 +120,15 @@ public final class AuthUI {
120
121
/**
122
* The set of authentication providers supported in Firebase Auth UI.
123
+ *
124
+ * TODO: the Github provider is not included because these tests do not
125
+ * depend on the required auth-github module.
126
*/
127
public static final Set<String> SUPPORTED_PROVIDERS =
128
Collections.unmodifiableSet(new HashSet<>(Arrays.asList(
129
GoogleAuthProvider.PROVIDER_ID,
130
FacebookAuthProvider.PROVIDER_ID,
131
TwitterAuthProvider.PROVIDER_ID,
- GithubAuthProvider.PROVIDER_ID,
132
EmailAuthProvider.PROVIDER_ID,
133
PhoneAuthProvider.PROVIDER_ID,
134
ANONYMOUS_PROVIDER
0 commit comments