Hi, App42 teams:
	    My app is an ACL enable app, and I set the permission as public/read.
	      problem: 
	      1. I want to all the user can read/write some public document/record, 
	          i.e.  I create 200 public record, I expect every user can fetch one record and delete the record. But I has set the app permission as public/read, so i don't have the permission to delete the record which i fetch.
	      2. A insert a document/record, I expect B can write this record.
	 
	     Can you give me some advice, thanks for your reply!