Skip to content

react-query-firebase / react-native/firestore / UseDocReferenceOptions

Type Alias: UseDocReferenceOptions<AppModelType>

ts
type UseDocReferenceOptions<AppModelType> = Omit<GetDocRefOptions<AppModelType>, "db">;

Defined in: react-native/firestore/useDocReference.ts:11

Type Parameters

AppModelType

AppModelType extends AppModel = AppModel

Released under the MIT License.