We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94466aa commit 02a3e29Copy full SHA for 02a3e29
auth/src/test/java/com/firebase/ui/auth/ui/idp/AuthMethodPickerActivityTest.java
@@ -57,7 +57,8 @@ public void testAllProvidersArePopulated() {
57
// Exclude Facebook until the `NoClassDefFoundError: com/facebook/common/R$style` exception
58
// is fixed.
59
List<String> providers = Arrays.asList(
60
- GoogleAuthProvider.PROVIDER_ID,
+ // GoogleAuthProvider.PROVIDER_ID, we remove GoogleAuthProvider otherwise
61
+ // CredentialManager will be initialized and it will throw an exception
62
TwitterAuthProvider.PROVIDER_ID,
63
EmailAuthProvider.PROVIDER_ID,
64
PhoneAuthProvider.PROVIDER_ID,
0 commit comments