Interface UseDocumentOptions

Options to configure the subscription

interface UseDocumentOptions {
    snapshotListenOptions?: SnapshotListenOptions;
}

Properties

snapshotListenOptions?: SnapshotListenOptions