GetServerTemplateOptions interface
Stay organized with collections
Save and categorize content based on your preferences.
Represents optional arguments that can be used when instantiating ServerTemplate.
Signature:
export interface GetServerTemplateOptions
Properties
Property |
Type |
Description |
defaultConfig |
DefaultConfig |
Defines in-app default parameter values, so that your app behaves as intended before it connects to the Remote Config backend, and so that default values are available if none are set on the backend. |
GetServerTemplateOptions.defaultConfig
Defines in-app default parameter values, so that your app behaves as intended before it connects to the Remote Config backend, and so that default values are available if none are set on the backend.
Signature:
defaultConfig?: DefaultConfig;
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).\n\n**Signature:** \n\n export interface GetServerTemplateOptions \n\nProperties\n\nGetServerTemplateOptions.defaultConfig\n\nDefines in-app default parameter values, so that your app behaves as intended before it connects to the Remote Config backend, and so that default values are available if none are set on the backend.\n\n**Signature:** \n\n defaultConfig?: DefaultConfig;"]]