@@ -139,12 +139,10 @@ FirebaseUI includes the following flows:
139
139
* "One account per email address"* setting is enabled in the
140
140
[ Firebase console] ( https://console.firebase.google.com ) . This setting is enabled
141
141
by 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
145
143
[ 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
148
146
149
147
### Configuring sign-in providers
150
148
@@ -364,8 +362,11 @@ FirebaseUI supports the following configuration parameters.
364
362
The Credential Helper to use.
365
363
See <a href =" #credential-helper " >Credential Helper</a >.
366
364
<br />
367
- <em >Default:</em >
365
+ <em >Default (before July 31st, 2020) :</em >
368
366
<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 >
369
370
</td >
370
371
</tr >
371
372
<tr >
@@ -458,6 +459,9 @@ FirebaseUI supports the following credential helpers:
458
459
- [ accountchooser.com] ( https://www.accountchooser.com/learnmore.html )
459
460
460
461
#### 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 .)
461
465
462
466
When [ accountchooser.com] ( https://www.accountchooser.com/learnmore.html ) is
463
467
enabled (enabled by default), upon signing in or
@@ -526,11 +530,11 @@ being rendered after the user signs out.
526
530
To see FirebaseUI in action with one-tap sign-up, check out the FirebaseUI
527
531
[ demo app] ( https://fir-ui-demo-84a6c.firebaseapp.com/ ) .
528
532
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 ` |
534
538
535
539
### Available providers
536
540
@@ -1274,7 +1278,7 @@ FirebaseUI is displayed.
1274
1278
document .getElementById (' loader' ).style .display = ' none' ;
1275
1279
}
1276
1280
},
1277
- credentialHelper: firebaseui .auth .CredentialHelper .ACCOUNT_CHOOSER_COM ,
1281
+ credentialHelper: firebaseui .auth .CredentialHelper .NONE ,
1278
1282
// Query parameter name for mode.
1279
1283
queryParameterForWidgetMode: ' mode' ,
1280
1284
// Query parameter name for sign in success url.
0 commit comments