[[["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-09-30 UTC."],[],[],null,["# ConnectorConfig interface\n\nInterface representing a Data Connect connector configuration.\n\n**Signature:** \n\n export interface ConnectorConfig \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------------------|--------|------------------------------------------|\n| [location](./firebase-admin.data-connect.connectorconfig.md#connectorconfiglocation) | string | Location ID of the Data Connect service. |\n| [serviceId](./firebase-admin.data-connect.connectorconfig.md#connectorconfigserviceid) | string | Service ID of the Data Connect service. |\n\nConnectorConfig.location\n------------------------\n\nLocation ID of the Data Connect service.\n\n**Signature:** \n\n location: string;\n\nConnectorConfig.serviceId\n-------------------------\n\nService ID of the Data Connect service.\n\n**Signature:** \n\n serviceId: string;"]]