Exciting NEW Plugin! Google ONE-TAP SIGN-UP - LOGIN

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:

one-tap_720

After the user clicks the ‘continue as …’ you can actively create a user in your database with this plugin’s response data!! As easy as that!

:mag_right: Take a look at the demo: Here
:books: Docs: Here

Feel free to let me know in the comments what you think about the plugin!

7 Likes

Hey @segongora9,

How does the plugin differ function-wise from inserting the google sign-in iframe with an HTML tag and run the script?

Does it provide additional functionality? (honestly curious)

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’)
image

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

1 Like

Dude your plug in should have more exposure in the plugins section!
Looks great and planning to use it in our next app!

1 Like

Thanks for your feedback! Any suggestions you have for the plugin can be looked into, and add them into the plugin.

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?

Thanks for your time! :slight_smile:

Hello @design.agx , I’m not sure if it will work on Nativator!! The plugin hasn’t been tried in native environments.

Hey! @segongora9
But do you think it is likely there will be bugs or not?

Probably there will be. Since the floating popup it’s not configured for native. Maybe do some tests with mobile responsiveness?

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?

1 Like

Thank you very much! Works

@josh24 here’s the workaround

1 Like

@olgahvesko No problem! Please be sure to leave your review of the plugin, that helps me a lot! :pray:

@segongora9

Want to ask, will this plugin help me getting the idtoken , which google returens in response?
I want that idtoken in response.
Thank you

Hello @pratima.dudhewar , what do you mean about idtoken?

Hey @segongora9

This idtoken which google return while authentication.

@segongora9
Can you give more information about this? Will this plugin help us returning the idtoken ?

Hello @pratima.dudhewar - it wont return it

@segongora9
Okay Thanks… Any idea about how can i get it? Or which plugin will provide?