Fires2REST - v0.3.0
    Preparing search index...

    Interface Cursor

    A position in a query result set

    interface Cursor {
        before?: boolean;
        values: FirestoreValue[];
    }
    Index

    Properties

    Properties

    before?: boolean

    If the position is before the values

    values: FirestoreValue[]

    Values that represent a position