Hey
I need to automaticly update username for google social connection when user is signing in / registering for the first time. any ideas how do to so
Solution:Jump to solution
you mean manually, you can use 
mapProfileToUser method
https://www.better-auth.com/docs/concepts/oauth#mapprofiletouser...OAuth | Better Auth
How Better Auth handles OAuth
3 Replies
Solution
you mean manually, you can use 
mapProfileToUser method
https://www.better-auth.com/docs/concepts/oauth#mapprofiletouserOAuth | Better Auth
How Better Auth handles OAuth
Hey Thanks for answering my question I already resolved it by using custom databasehooks and the mapProfile method u mentioned