Hey guys! Just released a brand-new plugin with the use of Google Services.
Google One Tap is a passwordless service that allows you to login users in one tap, without interrupting them with a sign-up screen.
Get many more users signing up to your app! This methos is 10x faster than tradition sign-up forms. Take a look at the process:
hey @zavitac , this plugin is a passwordless sign in method. Traditional signup is either a popup or a redirection from your site to Google OAuth, where user needs to set their email and write their password.
Traditional method also needs a scope granted, which will ask the user for its permission (for example ‘This Bubble app needs access to your email info’)
This plugin is a floating group inside your site (where if a user IS logged in to Google, his account will be retrieved and displayed in the floating group like this:
When a user clicks on ‘Continue as …’ Google will validate the session, and if valid it will return some of the user’s data (for example first name, last name, email, picture) which you can use in the workflow. With this, you can actively create user account into your bubble app, without having them to do a tradiontal signup.
Hope this answers your question! Let me know if you have more.
Also have you tried the demo? Demo
Hello!
I bought the plugin now and I got some trouble setting it up but now it works!
I’m planning to use Nativator for making it a Native app for IOS & Android.
The plug-in will still work after the app is converted into a Native app?
Hello, can you please tell me if you can configure the plugin so that the popup window will not appear after the page is loaded, and after clicking on the button?
Have you tried hiding and showing the bubble element when you require? Example have the google one tap element hidden at first and later show it depending on conditions?