I’m building a collaborative editor. and I want to be able control write permission for users.
The creator of the room will get a menu to only allow specific users to have permission to the editor itself, but that’s not relevant as that menu’s visibility will be handled at the frontend
(What I’m wondering is, if I somehow have a restricted field that can (through frontend manipulation) be managed only by one user, then how can I allow that restricted field to manage permissions for others.)