Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • QueryOptions

Indexable

[key: string]: any

Index

Properties

Optional endAt

Reference to a document at which to end the query

from

The collection to query, Should be set automatically if you are using ref.query()

Optional limit

limit: undefined | number

The max amount of documents to return

Optional offset

offset: undefined | number

The number of results to skip

Optional orderBy

orderBy: string | OrderOption | Array<string | OrderOption>

The field to use while ordering the results and direction

Optional select

select: string[]

The fields to return, leave empty to return the whole doc.

Optional startAt

startAt: CursorOption

Reference to a document from which to start the query

Optional where

where: FilterOption[]

Filter used to select matching documents

Legend

Generated using TypeDoc