Limiting users based on subscriptions

Hi everyone,

I am trying to figure out how I could limit a users access to the app based on their current subscriptions. I figure out that I could just say " only when current users subscriptions plan is “name of the plan”. However, I would like to do something like " when users subscription plan is x allow the users to contact only 3 people.
I am developing a real estate platform and would like to limit the number of conversations a user can start with investors during a day based on their subscription.

Any suggestions would be appreciated it! Thank you

You might want to start a “credit” system in your data.
Every month (or on certain events like a renewal payment) the credits get reset back to 3.
Messages would also subtract 1 from the credits.

Thank you for the suggestion, I wasn’t aware you could do that :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.