firewalk
    Preparing search index...

    Type Alias Traversable<AppModelType, DbModelType>

    Traversable:
        | firestore.CollectionReference<AppModelType, DbModelType>
        | firestore.CollectionGroup<AppModelType, DbModelType>
        | firestore.Query<AppModelType, DbModelType>

    A collection-like group of documents. Can be one of CollectionReference, CollectionGroup and Query.

    Type Parameters

    • AppModelType = firestore.DocumentData
    • DbModelType extends firestore.DocumentData = firestore.DocumentData