Automatically add user email to a table on user signup.
Is it possible to automatically add the user email to another table upon user creation?
I need to have a User table with all users information, where this user info's is only manageable by the authenticated user, so the authenticated user can only read and update this specific row.
I need to have a User table with all users information, where this user info's is only manageable by the authenticated user, so the authenticated user can only read and update this specific row.