I’m facing an issue when trying to link a Google account.
Here’s my use-case flow:
Screen 1: Send OTP and verify OTP using the phone number plugin.
Screen 2: Update the user’s username using updateUser, and set a password using setPassword.
Screen 3: When trying to link a Google account, the linking succeeds but the user’s email and emailVerified fields are not updated in the user table.
I want to understand why the Google account linking does not update these fields, and what the correct approach is for updating email and emailVerified during account linking.
Screen 1: Send OTP and verify OTP using the phone number plugin.
Screen 2: Update the user’s username using updateUser, and set a password using setPassword.
Screen 3: When trying to link a Google account, the linking succeeds but the user’s email and emailVerified fields are not updated in the user table.
I want to understand why the Google account linking does not update these fields, and what the correct approach is for updating email and emailVerified during account linking.
