@@ -141,10 +141,8 @@ FirebaseUI includes the following flows:
141
141
by default.)
142
142
6 . [ Account Chooser] ( https://www.accountchooser.com/learnmore.html?lang=en ) for
143
143
remembering emails
144
- 7 . Integration with
145
- [ one-tap sign-up] ( https://developers.google.com/identity/one-tap/web/overview )
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
@@ -454,7 +452,7 @@ When one is enabled, your users will be prompted with email addresses and
454
452
usernames they have saved from your app or other applications.
455
453
FirebaseUI supports the following credential helpers:
456
454
457
- - [ one-tap sign-up] ( https://developers.google.com/identity/ one-tap/web/overview )
455
+ - [ one-tap sign-up] ( # one-tap-sign-up )
458
456
- [ accountchooser.com] ( https://www.accountchooser.com/learnmore.html )
459
457
460
458
#### accountchooser.com
@@ -468,10 +466,9 @@ non HTTP/HTTPS environments.
468
466
469
467
#### One-tap sign-up
470
468
471
- > ** Note:** The beta test program for this API is currently closed.
469
+ > ** Note:** The beta test program for this API is currently closed.
472
470
473
- [ One-tap sign-up] ( https://developers.google.com/identity/one-tap/web/overview )
474
- provides seamless authentication flows to
471
+ One-tap sign-up provides seamless authentication flows to
475
472
your users with Google's one tap sign-up and automatic sign-in APIs.
476
473
With one tap sign-up, users are prompted to create an account with a dialog
477
474
that's inline with FirebaseUI NASCAR screen. With just one tap, they get a
@@ -488,8 +485,6 @@ In addition, if you choose to force prompt for Google sign-in, one-tap auto
488
485
sign-in will be automatically disabled.
489
486
One-tap is an additive feature and is only supported in the latest evergreen
490
487
modern browser environments.
491
- For more information on how to configure one-tap sign-up, refer to the
492
- [ one-tap get started guide] ( https://developers.google.com/identity/one-tap/web/get-started ) .
493
488
494
489
The following example shows how to configure one-tap sign-up with FirebaseUI.
495
490
Along with the corresponding one-tap ` credentialHelper ` , ` clientId ` and
0 commit comments