Hi,
Is there a function to save custom fields to a User in the database?
I want users to connect with MetaMask then create a profile with custom username, email, and photo.
Is there also a function to update the User or is it just something like:
user.set(“field_name”, value)
user.save()