Multi-tenancy, user interface, and secure content

Hi all.

I am hoping to build an app that has four types of users who will all have access to different content. However, some of these users will be able to access specific other users but not all users. There will also be two different types of administrators. Is this possible using bubble? Also, will it be possible to control which users see which other users?

Thanks,
Julie

Yes, you can set characteristics or ‘permissions’ on each user object in the database and conditionally show groups or change data based on that.

2 Likes

Also don’t forget to set up privacy rules on the data tab, to enforce it on server level.

Great! Thanks!

Could you share any information (manuals or videos) about privacy rules