User permissions

Is it possible to grant permissions to users and that depending on the permission they can access more options? For example, ADMIN = Full access, NEW = Vague access and USER PROM = Intermediate access

Permissions for what? To do things in your app? If so, with some work, yes, you can do that....

1 Like

you can store the users' data and role in either CloudDB or firebase

then, based on their role, you can choose what to display to them in the app

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.