In Firebase's Firestore, a user with write access to a project can simply delete any document and even a whole collection with multiple documents with a single click. This is a major security problem as any of my team member may end up deleting a whole collection with millions of documents in under a minute, through the Firebase console.
Is there a way to disable this?
Deleting a whole collection with a click:
User can cherry pick and delete a document as well: