stripe_webhooks
A supabase function that gets realtime updates from stripe then updates the subscription_tier
of users. Steps:
- Verify stripe signing signature
- Query stripe API to avoid handling any forged event
- Update supabase the subscription tier of the user based on the
stripe_customer_id