orderByChild method

Query orderByChild(
  1. String path
)

Generates a new Query object ordered by the specified child key.

Implementation

external Query orderByChild(String path);