As the title describes. Trying to delete your own document in a collection other than users will fail with permissions error. I narrowed this down to the collectionPermissionCheck listener where it does not properly cater for deletingOwn since a delete command does not trigger a full retrival of the document to be deleted
As the title describes. Trying to delete your own document in a collection other than users will fail with permissions error. I narrowed this down to the
collectionPermissionCheck
listener where it does not properly cater for deletingOwn since a delete command does not trigger a full retrival of the document to be deleted