Database does not show new user with social login

Hi, I use social login(google login and twitter login) for user signup.

but problem is that the database does not show new user.

it works fine when I use user variable in textfield after they logged in. But database does not show the user( it seems that it does not create new user)

do you have any suggestions to solve this issue?

thanks.

@gokubocontact
When you signup using Google’s plugin or twitter login plugin by bubble, it ends up only creating a unique id.
It doesn’t provide any other additional information like name, e-mail address, etc

thank you for your reply.

Now i got it! thanks.