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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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;"]]