Skip to content

Commit 84bcc00

Browse files
committed
Fix Github tests
Change-Id: Ic2cd64fb53cd5b932c8b2920d2bfb084e70cc48e
1 parent 98353a7 commit 84bcc00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

auth/src/main/java/com/firebase/ui/auth/AuthUI.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,15 @@ public final class AuthUI {
120120

121121
/**
122122
* 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.
123126
*/
124127
public static final Set<String> SUPPORTED_PROVIDERS =
125128
Collections.unmodifiableSet(new HashSet<>(Arrays.asList(
126129
GoogleAuthProvider.PROVIDER_ID,
127130
FacebookAuthProvider.PROVIDER_ID,
128131
TwitterAuthProvider.PROVIDER_ID,
129-
GithubAuthProvider.PROVIDER_ID,
130132
EmailAuthProvider.PROVIDER_ID,
131133
PhoneAuthProvider.PROVIDER_ID,
132134
ANONYMOUS_PROVIDER

0 commit comments

Comments
 (0)