children

Gives access to all of the immediate children of this snapshot. Can be used in native for loops:

for (DataSnapshot child : parent.getChildren()) {
    ...
}

Return

The immediate children of this snapshot