Stay organized with collections
Save and categorize content based on your preferences.
Represents a Remote Config condition in the dataplane. A condition targets a specific group of users. A list of these conditions comprise part of a Remote Config template.
[[["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 2024-04-16 UTC."],[],[],null,["# NamedCondition interface\n\nRepresents a Remote Config condition in the dataplane. A condition targets a specific group of users. A list of these conditions comprise part of a Remote Config template.\n\n**Signature:** \n\n export interface NamedCondition \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [condition](./firebase-admin.remote-config.namedcondition.md#namedconditioncondition) | [OneOfCondition](./firebase-admin.remote-config.oneofcondition.md#oneofcondition_interface) | The logic of this condition. See the documentation on [condition expressions](https://firebase.google.com/docs/remote-config/condition-reference) for the expected syntax of this field. |\n| [name](./firebase-admin.remote-config.namedcondition.md#namedconditionname) | string | A non-empty and unique name of this condition. |\n\nNamedCondition.condition\n------------------------\n\nThe logic of this condition. See the documentation on [condition expressions](https://firebase.google.com/docs/remote-config/condition-reference) for the expected syntax of this field.\n\n**Signature:** \n\n condition: OneOfCondition;\n\nNamedCondition.name\n-------------------\n\nA non-empty and unique name of this condition.\n\n**Signature:** \n\n name: string;"]]