Interface UseQueryOptions

Options to configure the subscription

interface UseQueryOptions {
    snapshotListenOptions?: SnapshotListenOptions;
}

Properties

snapshotListenOptions?: SnapshotListenOptions