Fires2REST - v0.3.0
    Preparing search index...

    Interface IntegerValue

    An integer value in Firestore (stored as string for 64-bit precision)

    interface IntegerValue {
        integerValue: string;
    }
    Index

    Properties

    Properties

    integerValue: string