user_metadata for on the user in the auth schema? Comparing to usage of user data in e.g. a profiles table.username in their profile which is fixed and used in routing for their profile page. My initial approach was to use the user_metadata to transfer information on the signup in the frontend to a trigger function in Supabase that fills out information in a profiles table. So I wanted to check and see if anyone has any tips & tricks or best practices.user_metadata than in a profile for example?