Is there any way to integrate google one tap sign in Android 12+
What have you tried?
Maybe?
What does "integrate google one tap sign in Android 12 MEAN?
What about doing a search in the community or extensions directory App Inventor Extensions | Pura Vida Apps?
For example
- Extension to sign-in with Google account by Black_Knight
Taifun
For those unfamiliar with it, Google One Tap is a fast and secure way, integrated via the Google Identity SDK, to facilitate user login or registration for an application or website.
It displays a non-intrusive user interface, often in the form of a pop-up or toast at the bottom or center of the screen, which offers the user several options for logging in or creating an account:
-
Log in with their existing Google Account: If the user is already logged in to a Google Account on their device, One Tap suggests using it to log in or register for the application with a single tap, without having to retype their credentials. This is the primary and most seamless option.
-
Use the email address associated with the device: If no Google session is active or if the user prefers not to use their Google Account, One Tap can offer to log in or create an account with the device's primary email address.
-
Sign in with an existing app-specific account: If the user already has an account for this app (e.g., a manually created account with an email and password) and their information is managed by the device's credential manager, One Tap may suggest this option.
-
Use a passkey: If the app has saved a passkey for the user on the device, Google One Tap may offer this ultra-secure sign-in method, which replaces passwords.
In short, Google One Tap aims to provide a smoother and more secure sign-in experience by minimizing friction and leveraging credentials already present on the user's device.
Nico