Rank 3: Container
I'll like to ask more about document security and collection permissions in appwrite.
If I set write permission for logged in users on a collection in appwrite, does that mean that any signed in user will be able to create documents in the collection?
What does write permission on a collection/bucket really mean? Does it mean that the role which the permission has been assigned will be able to create/update/delete documents/files as they like from the collection/bucket?
How do the meanings of those permissions change when documentSecurity/fileSecurity is enabled. I'm assuming they don't change at all. Since every access is denied by default.