limitToLast
Creates a QueryLimitConstraint that only returns the last matching documents.
You must specify at least one orderBy
clause for limitToLast
queries,
otherwise an exception will be thrown during execution.
§
limitToLast(limit: number): QueryLimitConstraint
[src]§Return Type
§
The created QueryLimitConstraint.