Signature:
export declare class NamespaceBuilder
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(database, options, namespace) | Constructs a new instance of the NamespaceBuilder class |
Methods
Method | Modifiers | Description |
---|---|---|
document(path) |
firestore.NamespaceBuilder.(constructor)
Constructs a new instance of the NamespaceBuilder
class
Signature:
constructor(database: string, options: DeploymentOptions, namespace?: string);
Parameters
Parameter | Type | Description |
---|---|---|
database | string | |
options | DeploymentOptions | |
namespace | string |
firestore.NamespaceBuilder.document()
Signature:
document<Path extends string>(path: Path): DocumentBuilder<Path>;
Parameters
Parameter | Type | Description |
---|---|---|
path | Path |
Returns:
DocumentBuilder<Path>