Help integrating a subscription system in supabase with stripe.
I will need the steps I need to take in order to implement some sort of subscription on my app where users get certain access based on what subscription they are currently paying to. Right now I linked auth.users to public.users and have a column called "subscription". When a user pays for a subscription I want the buyer's row to change based on what they bought.