Rank 2: Process
Is it possible to give a dynamic key permission to delete a specific collection or database instead of all of them?
There is one database that we want to put extra protections on to prevent accidental deletion. Our cloud function has permission to delete documents. Is there a way to specify that a particular collection cannot be deleted using the dynamic key of the cloud function?
Is there a way to specify this using regular keys?
I understand that the permissions in the collection settings are not used if using a key, is this correct?
Thank you