Update "emailVerified" in _User class without Cloud functions?

Hi,

Is there any way to update the emailVerified value for a user in the database _User class without using a cloud function?

I can update email and some other fields without but I get an error trying to update emailVerified

That field should be updated when the user validates the email, it is expected for the user to not be able to update it directly.

I’m trying to create a custom Sendgrid email verification because the redirect once the user clicks verify looks terrible.

I have everything working but can’t reset the emailVerified value.

I guess I call a single Cloud function directly in the flow just to change that.

You can use a cloud function for that