children
Gives access to all of the immediate children of this snapshot. Can be used in native for loops:
for (DataSnapshot child : parent.getChildren()) {
...
}
Content copied to clipboard
Return
The immediate children of this snapshot