Interface UseDocumentDataOnceOptions

Options to configure how the document is fetched

interface UseDocumentDataOnceOptions {
    snapshotOptions?: SnapshotOptions;
    source?: Source;
}

Properties

snapshotOptions?: SnapshotOptions
source?: Source