|
|
|
|
|
by roddylindsay
3966 days ago
|
|
Sure. Let's say I have a Group collection, a User collection, and a Post collection. A Post has a pointer to a Group and is public to that group. I would like to specify that each Post should be able to be read only by Users who belong to that group, by having a pointer to that Group in their "group" field. I could specify this permission at a class level as a Parse Query. Basically I want a more powerful version of this: http://blog.parse.com/learn/secure-your-app-from-the-data-br... |
|