I couldn’t get this to work previously so I just created user accounts using the email address for all my users which is the same as their G Suite email. I’ve successfully got Google login working with Bubble but the problem is that whenever I pick my email, it gives an error saying that email address already exists as a user and to try another. Tried searching but I don’t see anywhere that specifies how to enable this when accounts are already existing users.
1 Like
Here is a workaround. Get them to sign in with their standard credentials. When the user is signed in, direct them to your index page.
Then do the following:
- Create a button that is visual when current user is logged in.
- Create the workflow to sign the user up with social network.
- Bubble should intelligently make the connection and you will be good to go.
Thanks everyone that got it!