[[["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-29 UTC."],[],[],null,["# Installations class\n\nThe `Installations` service for the current app.\n\n**Signature:** \n\n export declare class Installations \n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|-------------------------------------------------------------------------|-----------|------|--------------------------------------------------------------|\n| [app](./firebase-admin.installations.installations.md#installationsapp) | | App | Returns the app associated with this Installations instance. |\n\nMethods\n-------\n\n| Method | Modifiers | Description |\n|------------------------------------------------------------------------------------------------------------|-----------|------------------------------------------------------------------------------|\n| [deleteInstallation(fid)](./firebase-admin.installations.installations.md#installationsdeleteinstallation) | | Deletes the specified installation ID and the associated data from Firebase. |\n\nInstallations.app\n-----------------\n\nReturns the app associated with this Installations instance.\n\n**Signature:** \n\n get app(): App;\n\nInstallations.deleteInstallation()\n----------------------------------\n\nDeletes the specified installation ID and the associated data from Firebase.\n\n**Signature:** \n\n deleteInstallation(fid: string): Promise\u003cvoid\u003e;\n\n### Parameters\n\n| Parameter | Type | Description |\n|-----------|--------|---------------------------------------------|\n| fid | string | The Firebase installation ID to be deleted. |\n\n**Returns:**\n\nPromise\\\u003cvoid\\\u003e\n\nA promise fulfilled when the installation ID is deleted."]]