Yes, I have read it. I was hoping for a more practical example.
If I set the acl for a record, when I test a query it doesn't return any results.
What should I put in the field column for the record? ex:"4ffcfd9fe4b0211629c4ad06": { "read": true, "write": true } ?
Is there any example of how to set the acl when saving an Item to the database?
How can I use ACL so that a logged in user can only view/edit his own database things? Is this possible to do with ACL or do I have to put an UserID foreign key in the collection where the data is stored? thanks