Creating a New User in PostgreSQL db Even When User Signs in With Google

Hello!

So I have followed this guide from the Auth0 blog to connect my custom db to Auth0. For my app I need the user ID in this db table for certain uses. I have connected Auth0 to my React app. If I create a new user with a fake email that isn’t from Google, the user is successfully created in my db (see below).

So my question is, is there something I need to edit in the action scripts or the react code to make it so a Google Registration will also populate my DB with an id, email, password, etc. I’d appreciate any help on this thank you!

Side note I am using the Classic universal login if that is important.
Screen Shot 2021-11-24 at 12.16.44 PM