Fires2REST - v0.3.0
    Preparing search index...

    Interface BytesValue

    A bytes value in Firestore (base64 encoded)

    interface BytesValue {
        bytesValue: string;
    }
    Index

    Properties

    Properties

    bytesValue: string