Ahmed CODEOriginal post
Rank 2: Process
I'm working on app which the database security is so important. I wanna know if the user created a document and only the user who created the doc will have the permissions to modify it.
i want to know now, can the user edit any other docs in the same collection that he didn't create?
i'm using document-level permissions
Summary
Developers working on an app with strict database security are unsure if users can create documents without permission in the collection. They want to ensure that only the creator can modify the document. The main concern is whether users can edit documents in the same collection that they didn't create, while using document-level permissions.