How can I access Google User IDs with the Bubble Google Auth plugin for migrating users to Xano?

Hey all!
I’m working on migrating my db from Bubble to Xano and currently use the Bubble Google Auth plugin for user authentication.
However, I noticed that in my Bubble app, I only have access to users’ emails and names, but not their Google IDs.

Since I need the Google IDs to properly authenticate and migrate these users to Xano, how can I retrieve the Google User IDs through the Bubble Google Auth plugin?
Is there a specific setting or scope I need to enable to capture this data? Or any other idea on how to migrate their authentication?
Thanks!!

Okey, so you are using Plugin for google auth. which mean some of the data are being hidden in database, which bubble automaticly handle.

Can you try and see if you can access , current user ID in workflwos, if so, i suggest run backend workflwow or somthing wich travel on all user and store there accesstoken and referesh token into user data type.

without these you cant migrate your user to xano,