Skip to content

Commit e69323b

Browse files
committed
Removes one-tap sign-up documentation from FirebaseUI since it the program is currently closed.
1 parent 9c737d8 commit e69323b

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,8 @@ FirebaseUI includes the following flows:
141141
by default.)
142142
6. [Account Chooser](https://www.accountchooser.com/learnmore.html?lang=en) for
143143
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
148146

149147
### Configuring sign-in providers
150148

@@ -454,7 +452,7 @@ When one is enabled, your users will be prompted with email addresses and
454452
usernames they have saved from your app or other applications.
455453
FirebaseUI supports the following credential helpers:
456454

457-
- [one-tap sign-up](https://developers.google.com/identity/one-tap/web/overview)
455+
- [one-tap sign-up](#one-tap-sign-up)
458456
- [accountchooser.com](https://www.accountchooser.com/learnmore.html)
459457

460458
#### accountchooser.com
@@ -468,10 +466,9 @@ non HTTP/HTTPS environments.
468466

469467
#### One-tap sign-up
470468

471-
> **Note:** The beta test program for this API is currently closed.
469+
> **Note:** The beta test program for this API is currently closed.
472470
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
475472
your users with Google's one tap sign-up and automatic sign-in APIs.
476473
With one tap sign-up, users are prompted to create an account with a dialog
477474
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
488485
sign-in will be automatically disabled.
489486
One-tap is an additive feature and is only supported in the latest evergreen
490487
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).
493488

494489
The following example shows how to configure one-tap sign-up with FirebaseUI.
495490
Along with the corresponding one-tap `credentialHelper`, `clientId` and

demo/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,6 @@ Then copy and paste the Web snippet code found in the console (either by clickin
5151
your web app" button in your Project overview, or clicking the "Web setup" button in the Auth page)
5252
in the `config.js` file.
5353

54-
## Integrate One-tap sign-up with FirebaseUI (optional)
55-
56-
If you want to integrate with
57-
[One-tap sign-up](https://developers.google.com/identity/one-tap/web/overview),
58-
you will also need the Google OAuth web client ID corresponding to that project
59-
which can be retrieved from the Google Cloud Console. This value will need to be
60-
populated in `CLIENT_ID`.
61-
The domain of the page has to also be whitelisted. Learn more on how to
62-
[get started with One-tap sign-up](https://developers.google.com/identity/one-tap/web/get-started).
63-
Skip this step, if you don't want to use One-tap sign-up with FirebaseUI.
64-
6554
## Deploy
6655

6756
### Option 1: Compile and use local FirebaseUI files

0 commit comments

Comments
 (0)