How do I retrieve the amount of children I have in a node?
I already have the correct path, I just need to know how I can tell the children of this node.
private DatabaseReference qtdeFilRef;
qtdeFilhosRef.child("primeiroNo").child("segundoNo");
Does anyone know how to recover children from "secondNo"?