So I have 3 Tiers. Free, Mid and Pro. Mid and Pro should have the same amount of access to the website. Only difference is that we provide extra services outside the app to pro subscribers. How do I go about restricting access to the free user and giving the paid user full access to the app? Also how does the payment work?
Have conditions on pages that redirect them away.
Only when Current userās Role is Free ā Go to page FreePage or whatever you want to do.
1 Like
I dont know if my way is the most efficiĆ«nt, but i show / hide elements & features based on a field called āTierā, in the User datatype.
1 Like
how do I assign roles? Iām very new to bubble
Create an Option Set āRoleā which has the list of user roles (Admin, User)
Create an Option Set āSubscriptionā which has Free, Mid, and Pro.
Save these option sets to the user
1 Like
Is this under privacy?