React Native Firebase
    Preparing search index...
    Index

    Accessors

    Constructors

    Methods

    • Returns { nanoseconds: number; seconds: number; type: string }

    • Converts this object to a primitive string, which allows Timestamp objects to be compared using the >, <=, >= and > operators.

      Returns string

    Properties

    _nanoseconds: number
    _seconds: number
    _jsonSchema: { nanoseconds: string; seconds: string; type: string } = ...
    _jsonSchemaVersion: string = 'firestore/timestamp/1.0'