firestore.DocumentOptions interface

DocumentOptions rozszerzają EventHandlerOptions o dostarczony dokument i opcjonalną bazę danych i przestrzeń nazw.

Podpis:

export interface DocumentOptions<Document extends string = string> extends EventHandlerOptions 

Rozszerza: EventHandlerOptions

Nieruchomości

Nieruchomość Typ Opis
Baza danych strunowy Baza danych Firestore
dokument Dokument Ścieżka dokumentu
przestrzeń nazw strunowy Przestrzeń nazw Firestore

baza danych Firestore.DocumentOptions

Baza danych Firestore

Podpis:

database?: string;

firestore.DocumentOptions.document

Ścieżka dokumentu

Podpis:

document: Document;

Firestore.DocumentOptions.przestrzeń nazw

Przestrzeń nazw Firestore

Podpis:

namespace?: string;