Hi guys
I have created a platform that handles different types of data that’s specific for each individual user. I want to restrict this data to only being viewable by the user that has created the data / data owner.
The bubble manual notes, so trying to avoid this happening -
Until you set privacy roles, all data created by your users or yourself can be read by anyone. Anyone with some programming skills can view all your app’s data, even if there isn’t a page in your app that explicitly shows the data to users. That’s where privacy roles are important, they guarantee data is only shown to people to meet some criteria.
I
I have created a new privacy role that I believe only allows the current user to view the data if they are logged in.
Not sure if this is correct so happy to hear to any suggestions on how to make this data more secure.
Not sure if relevant but I have also created a workflow that directs any user that is not logged in to the landing page.