InitServerTemplateOptions interface
Stay organized with collections
Save and categorize content based on your preferences.
Represents optional arguments that can be used when instantiating ServerTemplate synchronously.
Signature:
export interface InitServerTemplateOptions extends GetServerTemplateOptions
Extends: GetServerTemplateOptions
Properties
Property |
Type |
Description |
template |
ServerTemplateDataType |
Enables integrations to use template data loaded independently. For example, customers can reduce initialization latency by pre-fetching and caching template data and then using this option to initialize the SDK with that data. |
InitServerTemplateOptions.template
Enables integrations to use template data loaded independently. For example, customers can reduce initialization latency by pre-fetching and caching template data and then using this option to initialize the SDK with that data.
Signature:
template?: ServerTemplateDataType;
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 2024-04-16 UTC.
[null,null,["Last updated 2024-04-16 UTC."],[],[],null,["Represents optional arguments that can be used when instantiating [ServerTemplate](./firebase-admin.remote-config.servertemplate.md#servertemplate_interface) synchronously.\n\n**Signature:** \n\n export interface InitServerTemplateOptions extends GetServerTemplateOptions \n\n**Extends:** [GetServerTemplateOptions](./firebase-admin.remote-config.getservertemplateoptions.md#getservertemplateoptions_interface)\n\nProperties\n\nInitServerTemplateOptions.template\n\nEnables integrations to use template data loaded independently. For example, customers can reduce initialization latency by pre-fetching and caching template data and then using this option to initialize the SDK with that data.\n\n**Signature:** \n\n template?: ServerTemplateDataType;"]]