firestore.NamespaceBuilder class
Stay organized with collections
Save and categorize content based on your preferences.
Signature:
export declare class NamespaceBuilder
Constructors
Methods
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>
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-04-24 UTC.
[null,null,["Last updated 2023-04-24 UTC."],[],[],null,["**Signature:** \n\n export declare class NamespaceBuilder \n\nConstructors\n\nMethods\n\nfirestore.NamespaceBuilder.(constructor)\n\nConstructs a new instance of the `NamespaceBuilder` class\n\n**Signature:** \n\n constructor(database: string, options: DeploymentOptions, namespace?: string);\n\nParameters\n\nfirestore.NamespaceBuilder.document()\n\n**Signature:** \n\n document\u003cPath extends string\u003e(path: Path): DocumentBuilder\u003cPath\u003e;\n\nParameters\n\n**Returns:**\n\n[DocumentBuilder](./firebase-functions.firestore.documentbuilder.md#firestoredocumentbuilder_class)\\\u003cPath\\\u003e"]]