@@ -139,12 +139,10 @@ FirebaseUI includes the following flows:
139139* "One account per email address"* setting is enabled in the
140140[ Firebase console] ( https://console.firebase.google.com ) . This setting is enabled
141141by default.)
142- 6 . [ Account Chooser] ( https://www.accountchooser.com/learnmore.html?lang=en ) for
143- remembering emails
144- 7 . Integration with
142+ 6 . Integration with
145143[ one-tap sign-up] ( https://developers.google.com/identity/one-tap/web/ )
146- 8 . Ability to upgrade anonymous users through sign-in/sign-up.
147- 9 . Sign-in as a guest
144+ 7 . Ability to upgrade anonymous users through sign-in/sign-up.
145+ 8 . Sign-in as a guest
148146
149147### Configuring sign-in providers
150148
@@ -364,8 +362,11 @@ FirebaseUI supports the following configuration parameters.
364362 The Credential Helper to use.
365363 See <a href =" #credential-helper " >Credential Helper</a >.
366364 <br />
367- <em >Default:</em >
365+ <em >Default (before July 31st, 2020) :</em >
368366 <code >firebaseui.auth.CredentialHelper.ACCOUNT_CHOOSER_COM</code >
367+ <br />
368+ <em >Default (after July 31st, 2020):</em >
369+ <code >firebaseui.auth.CredentialHelper.NONE</code >
369370</td >
370371</tr >
371372<tr >
@@ -458,6 +459,9 @@ FirebaseUI supports the following credential helpers:
458459- [ accountchooser.com] ( https://www.accountchooser.com/learnmore.html )
459460
460461#### accountchooser.com
462+ (` accountchooser.com ` will be operating in "universal opt-out" mode
463+ starting July 31st, 2020, it should no longer be used as a ` CredentialHelper ` .
464+ Learn more at https://accountchooser.net/developers .)
461465
462466When [ accountchooser.com] ( https://www.accountchooser.com/learnmore.html ) is
463467enabled (enabled by default), upon signing in or
@@ -526,11 +530,11 @@ being rendered after the user signs out.
526530To see FirebaseUI in action with one-tap sign-up, check out the FirebaseUI
527531[ demo app] ( https://fir-ui-demo-84a6c.firebaseapp.com/ ) .
528532
529- | Credential Helper | Value |
530- | ------------------| ------------------------------------------------------|
531- | accountchooser.com| ` firebaseui.auth.CredentialHelper.ACCOUNT_CHOOSER_COM ` |
532- | One-tap sign-up | ` firebaseui.auth.CredentialHelper.GOOGLE_YOLO ` |
533- | None (disable) | ` firebaseui.auth.CredentialHelper.NONE ` |
533+ | Credential Helper | Value |
534+ | ---------------------------------- | ------------------------------------------------------|
535+ | accountchooser.com (deprecated) | ` firebaseui.auth.CredentialHelper.ACCOUNT_CHOOSER_COM ` |
536+ | One-tap sign-up | ` firebaseui.auth.CredentialHelper.GOOGLE_YOLO ` |
537+ | None (disable) | ` firebaseui.auth.CredentialHelper.NONE ` |
534538
535539### Available providers
536540
@@ -1274,7 +1278,7 @@ FirebaseUI is displayed.
12741278 document .getElementById (' loader' ).style .display = ' none' ;
12751279 }
12761280 },
1277- credentialHelper: firebaseui .auth .CredentialHelper .ACCOUNT_CHOOSER_COM ,
1281+ credentialHelper: firebaseui .auth .CredentialHelper .NONE ,
12781282 // Query parameter name for mode.
12791283 queryParameterForWidgetMode: ' mode' ,
12801284 // Query parameter name for sign in success url.
0 commit comments