Title says it all :D
{
"rules": {
"items": {
".write": true,
"$item": {
".read": true
}
}
}
Now ChildEventListeners on /items aren't triggered anymore, even if every single item should be readable. But if I allow top level read, theres no way to restrict item level read permissions.
Is there any way to get both ChildEventListener and item-level security rules? Thanks for your help!