[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-12 UTC."],[],[],null,["# Cursor\n\nA position in a query result set.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"values\": [ { object (/docs/firestore/reference/rest/Shared.Types/ArrayValue#Value) } ], \"before\": boolean } ``` |\n\n| Fields ||\n|------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `values[]` | `object (`[Value](/docs/firestore/reference/rest/Shared.Types/ArrayValue#Value)`)` The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause. |\n| `before` | `boolean` If the position is just before or just after the given values, relative to the sort order defined by the query. |"]]