Fires2REST - v0.3.0
    Preparing search index...

    Interface MapValue

    A map/object value containing named fields

    interface MapValue {
        mapValue: { fields?: Record<string, FirestoreValue> };
    }
    Index

    Properties

    Properties

    mapValue: { fields?: Record<string, FirestoreValue> }