orderByPriority method

Query orderByPriority()

Generate a view of the data sorted by priority.

Intended to be used in combination with startAt, endAt, or equalTo.

Implementation

Query orderByPriority() {
  return Query._(_queryPlatform.orderByPriority());
}