Interface UseQueriesOptions

Options to configure the subscription

interface UseQueriesOptions {
    snapshotListenOptions?: SnapshotListenOptions;
}

Properties

snapshotListenOptions?: SnapshotListenOptions