[[["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 2022-07-22 UTC."],[],[],null,["# Functions interface\n\nA `Functions` instance.\n\n**Signature:** \n\n export interface Functions \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------|-----------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|\n| [app](./functions.functions.md#functionsapp) | [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface) | The [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface) this `Functions` instance is associated with. |\n| [customDomain](./functions.functions.md#functionscustomdomain) | string \\| null | A custom domain hosting the callable Cloud Functions. ex: https://mydomain.com |\n| [region](./functions.functions.md#functionsregion) | string | The region the callable Cloud Functions are located in. Default is `us-central-1`. |\n\nFunctions.app\n-------------\n\nThe [FirebaseApp](./app.firebaseapp.md#firebaseapp_interface) this `Functions` instance is associated with.\n\n**Signature:** \n\n app: FirebaseApp;\n\nFunctions.customDomain\n----------------------\n\nA custom domain hosting the callable Cloud Functions. ex: https://mydomain.com\n\n**Signature:** \n\n customDomain: string | null;\n\nFunctions.region\n----------------\n\nThe region the callable Cloud Functions are located in. Default is `us-central-1`.\n\n**Signature:** \n\n region: string;"]]