I’m currently working on a productivity app and trying to figure out limiting free user accounts. I’m new to no code and despite searching here and around the web, haven’t found an answer that works for me.
So what I am trying to do is limit the amount of lists and sublists that a free user can have. Example would be a free user can have 5 lists and 25 sublists, after that they would need to upgrade to a paid plan.
I tried following some other resources i found online and I created a “yes/no” in the user database for “pro user”. I also added a “plan” field with the type plan and created a seperate database for plans. While I have free and paid now, I may add another level in the future so thought this might be a better method?
Any help would be greatly appreciated. Thank you