Hi everyone,
I’m trying to set up a system in Bubble where users can link their existing accounts to Google, but with specific conditions:
・No new account creation: Users should not be able to sign up using Google; they can only link an existing account.
・Email match requirement: The authentication should only succeed if the email address of their existing account matches the email of their Google account.
・Persistent linking: Once linked, the connection should remain unless manually unlinked.
・Login via Google: After linking, users should be able to log in using Google authentication.
Is there a way to achieve this in Bubble, possibly using workflows or plugins? Any guidance would be greatly appreciated!