Function getPrimaryKeyExtractor

  • Extracts the primary key of a snapshot and converts to class type.

    Type Parameters

    • T

    Parameters

    Returns ((value: any) => Partial<T>)

      • (value: any): Partial<T>
      • Parameters

        • value: any

        Returns Partial<T>

Generated using TypeDoc