Hey there, I am making a collaborative project where users can invite others to join.
In supabase docs it says I need to use edge functions using
auth.admin.inviteUserByEmail()
auth.admin.inviteUserByEmail()
method. However I wonder if its the same when using Resend as well and whether edge functions are needed if Resend just sends it as any other email with various parameters in the url for the DB insert?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.