gokulkrishh / expense.fyi

Effortlessly track and manage expenses on-the-go with categorisation and logging.
https://expense.fyi
GNU Affero General Public License v3.0
647 stars 93 forks source link

Supabase database triggers #83

Closed marcojacobsNL closed 1 year ago

marcojacobsNL commented 1 year ago

Hey guys,

Awesome work on this code, it's nice and clean :) I wanted to run this locally to test certain features and see how things work but I think i'm missing something in my Supabase environment. The user is never created, which makes me wonder if I miss some trigger or something in Supabase? Is that correct? And if so, how can I add these :) ?

gokulkrishh commented 1 year ago

@marcojacobsNL Here is code snippet for trigger function which insert the user info into the users table.