Supabase - Stripe connect user with subscription
Hello, we just set up stripe integration with supabase and damn it was so easy to do :D.
Now the biggest question for me is whats the best way to connect a user to the subscription.
I tought about getting the subscription state ina edge function based on the user.email = subscription.email but what if the user changes the email in the subscription but not in our application?
Now the biggest question for me is whats the best way to connect a user to the subscription.
I tought about getting the subscription state ina edge function based on the user.email = subscription.email but what if the user changes the email in the subscription but not in our application?