I have a structure like the following. The subfolders follow the same structure from the root. How do I set Firebase storage rules to only allow admin to add/edit/delete the private subfolder and allow anyone on my app to read the public subfolder?
Root >> folder 1 >> public subfolder
>> private subfolder
...
>> folder n >> public subfolder
>> private subfolder