child method

DataSnapshot child(
  1. String path
)

Gets another DataSnapshot for the location at the specified relative path.

Implementation

external DataSnapshot child(String path);