[[["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-11-17 UTC."],[],[],null,["# Extensions class\n\nThe Firebase `Extensions` service interface.\n\n**Signature:** \n\n export declare class Extensions \n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|----------------------------------------------------------------|-----------|------|-------------|\n| [app](./firebase-admin.extensions.extensions.md#extensionsapp) | | App | |\n\nMethods\n-------\n\n| Method | Modifiers | Description |\n|--------------------------------------------------------------------------|-----------|--------------------------------------------------------------------------------------------------------------------|\n| [runtime()](./firebase-admin.extensions.extensions.md#extensionsruntime) | | The runtime() method returns a new Runtime, which provides methods to modify an extension instance's runtime data. |\n\nExtensions.app\n--------------\n\n**Signature:** \n\n readonly app: App;\n\nExtensions.runtime()\n--------------------\n\nThe runtime() method returns a new Runtime, which provides methods to modify an extension instance's runtime data.\n\nThis method will throw an error if called outside an Extensions environment.\n\n**Signature:** \n\n runtime(): Runtime;\n\n**Returns:**\n\n[Runtime](./firebase-admin.extensions.runtime.md#runtime_class)\n\nA new [Runtime](./firebase-admin.extensions.runtime.md#runtime_class) object."]]