[[["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,["# IosAppMetadata interface\n\nMetadata about a Firebase iOS App.\n\n**Signature:** \n\n export interface IosAppMetadata extends AppMetadata \n\n**Extends:** [AppMetadata](./firebase-admin.project-management.appmetadata.md#appmetadata_interface)\n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|---------------------------------------------------------------------------------|\n| [bundleId](./firebase-admin.project-management.iosappmetadata.md#iosappmetadatabundleid) | string | The canonical bundle ID of the iOS App as it would appear in the iOS App Store. |\n| [platform](./firebase-admin.project-management.iosappmetadata.md#iosappmetadataplatform) | [AppPlatform.IOS](./firebase-admin.project-management.md#appplatformios_enummember) | |\n\nIosAppMetadata.bundleId\n-----------------------\n\nThe canonical bundle ID of the iOS App as it would appear in the iOS App Store.\n\n**Signature:** \n\n bundleId: string;\n\n### Example\n\n var bundleId = iosAppMetadata.bundleId;\n\nIosAppMetadata.platform\n-----------------------\n\n**Signature:** \n\n platform: AppPlatform.IOS;"]]