remoteConfig.RemoteConfigUser interface
Stay organized with collections
Save and categorize content based on your preferences.
An interface representing metadata for a Remote Config account that performed the update. Contains the same fields as [RemoteConfigUser
](/docs/reference/remote-config/rest/v1/Version#remoteconfiguser).
Signature:
export interface RemoteConfigUser
Properties
Property |
Type |
Description |
email |
string |
Email address of the Remote Config account that performed the update. |
imageUrl |
string |
Image URL of the Remote Config account that performed the update. |
name |
string |
Name of the Remote Config account that performed the update. |
remoteConfig.RemoteConfigUser.email
Email address of the Remote Config account that performed the update.
Signature:
email: string;
remoteConfig.RemoteConfigUser.imageUrl
Image URL of the Remote Config account that performed the update.
Signature:
imageUrl?: string;
remoteConfig.RemoteConfigUser.name
Name of the Remote Config account that performed the update.
Signature:
name?: string;
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 2022-09-13 UTC.
[null,null,["Last updated 2022-09-13 UTC."],[],[],null,["# remoteConfig.RemoteConfigUser interface\n\nAn interface representing metadata for a Remote Config account that performed the update. Contains the same fields as \\[`RemoteConfigUser`\\](/docs/reference/remote-config/rest/v1/Version#remoteconfiguser).\n\n**Signature:** \n\n export interface RemoteConfigUser \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------------------|--------|-----------------------------------------------------------------------|\n| [email](./firebase-functions.remoteconfig.remoteconfiguser.md#remoteconfigremoteconfiguseremail) | string | Email address of the Remote Config account that performed the update. |\n| [imageUrl](./firebase-functions.remoteconfig.remoteconfiguser.md#remoteconfigremoteconfiguserimageurl) | string | Image URL of the Remote Config account that performed the update. |\n| [name](./firebase-functions.remoteconfig.remoteconfiguser.md#remoteconfigremoteconfigusername) | string | Name of the Remote Config account that performed the update. |\n\nremoteConfig.RemoteConfigUser.email\n-----------------------------------\n\nEmail address of the Remote Config account that performed the update.\n\n**Signature:** \n\n email: string;\n\nremoteConfig.RemoteConfigUser.imageUrl\n--------------------------------------\n\nImage URL of the Remote Config account that performed the update.\n\n**Signature:** \n\n imageUrl?: string;\n\nremoteConfig.RemoteConfigUser.name\n----------------------------------\n\nName of the Remote Config account that performed the update.\n\n**Signature:** \n\n name?: string;"]]