[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The latest version of the `Cursor` class within the Firestore v1 API is version 3.10.0, with multiple prior versions available for reference."],["The `Cursor` class, a position in a query result set, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a `Before` property, a boolean value that specifies if the position is before or after the given values, relative to the query's sort order."],["`Cursor` also has a `Values` property of type `RepeatedField`, which represents the position values in the order defined by the query."],["There is a contructor to create a new instance of `Cursor`, and one to copy an existing instance of `Cursor`."]]],[]]