I am using Supabase as my backend and I am wondering how I can send metadata during the account creation action.
Currently you docs explain how to do it in two steps (https://www.youtube.com/watch?v=tL-sLPfWzVE&t=673s),
but I am doing it in Supabase (https://supabase.com/docs/guides/auth/managing-user-data#advanced-techniques) with triggers so I don't need to do it in two steps and only need to send metadata during the account creation action.
Is this possible or is there another way for me to do it?