Hi everyone,
I’m working on a SaaS application, and I have two user roles in the app (let’s call them Role A and Role B). Each role needs its own set of subscription plans, which I’ve already created in Stripe using the official Bubble Stripe plugin.
Here’s my challenge:
- I want to ensure that when users manage their subscriptions via the Stripe Customer Portal, they only see the relevant subscription plans for their role (e.g., Role A users should only see Role A-specific plans, and Role B users should see only Role B-specific plans).
Any insights or examples would be greatly appreciated! Thank you!