How to Retrieve Google User Details (Email) Without Signing Them Up in Bubble

Hi Bubble Community,

I’m looking to authenticate users via Google OAuth to retrieve their details (mainly their email) without creating a user account in Bubble. My goal is to send the email to an external database (Xano) where I’ll handle the account creation.

Is there a way to use Google OAuth in Bubble to:

  1. Authenticate the user with google auth,
  2. Retrieve their email,
  3. Avoid creating or signing them up as a user in the Bubble app?

The issue with bubble native social auth is that it automatically creates the user after authentication.

I’m considering using the “Google OAuth 2.0 with Profile Info” which from its description appears to do something like that, but I cant get it to work and it doesn’t have any documentation

Any ideas on how to approach this?

Thanks!!