Vidski
05/03/2022, 7:52 PMScott P
05/03/2022, 7:52 PMIsaí
05/03/2022, 9:52 PMgaryaustin
05/03/2022, 10:15 PMNARCISO
05/04/2022, 8:36 AMrenderlux
05/04/2022, 9:04 AMlogemann
05/04/2022, 12:26 PMjonny
05/05/2022, 5:46 AMjokerface
05/05/2022, 7:12 AMTobias Kietzmann
05/05/2022, 8:36 AMTobias Kietzmann
05/05/2022, 8:36 AMSTILLWATER;
05/06/2022, 12:32 PMchipilov
05/06/2022, 12:58 PMchipilov
05/06/2022, 12:58 PMSELECT VERSION();
BsKr1
05/06/2022, 3:03 PMBsKr1
05/06/2022, 3:07 PMBsKr1
05/06/2022, 3:07 PMLars
05/06/2022, 6:12 PMgaryaustin
05/06/2022, 6:26 PMDerek
05/06/2022, 11:19 PMjokerface
05/07/2022, 2:58 AMbenten
05/07/2022, 2:58 AMgaryaustin
05/07/2022, 3:33 AMHal
05/07/2022, 10:09 AMlumen
05/07/2022, 2:30 PMlumen
05/07/2022, 2:32 PMAhmad Swultra
05/08/2022, 10:12 AMbegin
insert into public.profiles (id,first_name,last_name)
values (new.id,new.raw_user_meta_data->> 'first_name',new.raw_user_meta_data->> 'last_name');
return new;
end;
i have this function work when a new row added in users table
It is creating a new row in the profiles table, and i want to make this function to check if the `raw_user_meta_data `have only `first_name `and last_name
And they are not null and if the user pass other data in raw_user_meta_data
, the signup action will failUnknown Member
05/08/2022, 4:50 PMUnknown Member
05/08/2022, 4:52 PMNARCISO
05/09/2022, 7:50 AMsupabase-auth-helpers
repo.
There is already a PR opened (#82) and it's been 16 days without a Staff update.
Can you please take care of it?
It would be highly appreciated by a lot of users!