Does anyone know how to lock or unlock certain features until user paid?
I have features where required user to buy first before user can access to that features/screens.
Does anyone know how to lock or unlock certain features until user paid?
I have features where required user to buy first before user can access to that features/screens.
(post deleted by author)
The most common way is to have additional fields in users collection, and then refer to this field for visibility or conditional using logged in user> field name.
For example, it could be boolean, so when user has paid, this boolean will set to true, or even use numbers if it needs to have more flexibility to differentiate each roles of paying users.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.