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 19787df commit 7e010e4Copy full SHA for 7e010e4
auth/src/test/java/com/firebase/ui/auth/compose/configuration/AuthUIConfigurationTest.kt
@@ -281,16 +281,16 @@ class AuthUIConfigurationTest {
281
"theme",
282
"stringProvider",
283
"locale",
284
- "enableCredentialManager",
285
- "enableMfa",
286
- "enableAnonymousUpgrade",
+ "isCredentialManagerEnabled",
+ "isMfaEnabled",
+ "isAnonymousUpgradeEnabled",
287
"tosUrl",
288
"privacyPolicyUrl",
289
"logo",
290
"actionCodeSettings",
291
- "allowNewEmailAccounts",
292
- "requireDisplayName",
293
- "alwaysShowProviderChoice"
+ "isNewEmailAccountsAllowed",
+ "isDisplayNameRequired",
+ "isProviderChoiceAlwaysShown"
294
)
295
296
val actualProperties = allProperties.map { it.name }.toSet()
0 commit comments