I trying retrieve data from firebase.
Rules :
{
"rules": {
"restricted_access": {
"secret_document" : {
"message": {
".indexOn": ".value"
}
}
}
}
}
Rest API Call :
but result blank : {} when I call API
when I put "Course Learning" value direct in message then its show result. I need all child level result. message/1/-NCxlHCIYEEewvo2gIKW also have value but its not return in result.
Json structure I can't change and "-NCxlHCIYEEewvo2gIKW" dynamic generated so can't add in rule. how can I get all level child for message?