Rank 2: Process
I have a document with file level security that was created with Permissions for only that 1 user to create, update and delete, (Permission.read(user...) e.tc...) Now within my app i want to be able to update the permissions to allow for a second user to have read access.
Is there a specific method for this or must i fetch the current permissions then append the new Permission to it?