[[["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,["# OrCondition interface\n\nRepresents a collection of conditions that evaluate to true if any are true.\n\n**Signature:** \n\n export interface OrCondition \n\nProperties\n----------\n\n| Property | Type | Description |\n|-----------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|-------------------------------|\n| [conditions](./firebase-admin.remote-config.orcondition.md#orconditionconditions) | Array\\\u003c[OneOfCondition](./firebase-admin.remote-config.oneofcondition.md#oneofcondition_interface)\\\u003e | The collection of conditions. |\n\nOrCondition.conditions\n----------------------\n\nThe collection of conditions.\n\n**Signature:** \n\n conditions?: Array\u003cOneOfCondition\u003e;"]]