2nd,Create Tables In Supabase

2nd,Create Tables In Supabase
create Profile table to save user's general info as we have setup Google Auth in the last step, we need a table to save user's info ⛶CREATE TABLE public.profiles ( id UUID NOT NULL PR...
0 Read More