forked from invertase/tanstack-query-firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.ts
13 lines (13 loc) · 822 Bytes
/
index.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
export { useClearIndexedDbPersistenceMutation } from "./useClearIndexedDbPersistenceMutation";
// useEnableIndexedDbPersistenceMutation
export { useDisableNetworkMutation } from "./useDisableNetworkMutation";
// useEnableNetworkMutation
export { useWaitForPendingWritesQuery } from "./useWaitForPendingWritesQuery";
export { useRunTransactionMutation } from "./useRunTransactionMutation";
export { useWriteBatchCommitMutation } from "./useWriteBatchCommitMutation";
export { useDocumentQuery } from "./useDocumentQuery";
export { useCollectionQuery } from "./useCollectionQuery";
export { useGetAggregateFromServerQuery } from "./useGetAggregateFromServerQuery";
export { useGetCountFromServerQuery } from "./useGetCountFromServerQuery";
// useNamedQuery
export { useSetDocumentMutation } from "./useSetDocumentMutation";