View source: R/firestore_objects.R
StructuredQuery | R Documentation |
StructuredQuery Object
StructuredQuery( select = NULL, from = NULL, where = NULL, orderBy = NULL, startAt = NULL, endAt = NULL, offset = NULL, limit = NULL )
select |
The projection to return |
from |
The collections to query |
where |
The filter to apply |
orderBy |
The order to apply to the query results |
startAt |
A starting point for the query results |
endAt |
A end point for the query results |
offset |
The number of results to skip |
limit |
The maximum number of results to return |
Autogenerated via gar_create_api_objects
A Firestore query.
StructuredQuery object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.