Owners and helpers

I’m making an app, where somebody is an owner, and others are helpers. Owners have access to everything, all the pages, and the helper’s data. They can make the helpers to owners by a boolean on a page with a list.
I have tried experimenting with “row owners” and stuff, but I can’t quite figure it out.
How can I make this work?

Do you actually need to prevent the helpers from downloading other people’s data, or you’re ok with them not seeing it on the front end?

1 Like