Hi I am using Firebase Cloud Storage to develop web application. I would like to set different security rules for setting file from deleting file. It seems that write
includes both of them according to the document. Does anyone know how to solve this problem?
What I would like to do is this.
- Anyone can set file if they are loggedin.
- Only user who set the file can delete it.