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