NamedCondition interface
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.
Signature:
export interface NamedCondition
Properties
NamedCondition.condition
The logic of this condition. See the documentation on condition expressions for the expected syntax of this field.
Signature:
condition: OneOfCondition;
NamedCondition.name
A non-empty and unique name of this condition.
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 2024-04-16 UTC.
[null,null,["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;"]]