Database Structure:
How do I get the value of a child node for example -L2bWBVKUdppnfC2LZhV? if I don't know it's parent key. I've seen many examples where orderBy("child -node-name").equalTo("child-value") is used to do that but I don't think this applies to my case because the child key is present only in this node.
EDIT: I have access to all the parent nodes above the parent node in question and the child key. I just don't have the parent node. is it possible to still get the value of the child node?