React Native Firebase
    Preparing search index...

    Contains information about which keys have been updated.

    interface ConfigUpdate {
        getUpdatedKeys(): Set<string>;
    }
    Index

    Methods

    • Parameter keys whose values have been updated from the currently activated values. Includes keys that are added, deleted, or whose value, value source, or metadata has changed.

      Returns Set<string>