I am a first time Bubble user. I’m building a webapp for my customers where I wish to present them with data relevant to them. For this purpose, I only want the contents to be accessible to a specific set of people which I should be controlling in the database. Can’t figure out how to do this! Any help would be appreciated!
It probably depends on what your restrictions are.
So if you have a group of users, who can all see anything created by one another, then you could have “group” data type with a list of authorised users.
Then when you want to show the data, then you add a constraint to a search so that only the things that have been created by users who are in this user’s group are shown.