IosAppMetadata interface
Stay organized with collections
Save and categorize content based on your preferences.
Metadata about a Firebase iOS App.
Signature:
export interface IosAppMetadata extends AppMetadata
Extends: AppMetadata
Properties
The canonical bundle ID of the iOS App as it would appear in the iOS App Store.
Signature:
bundleId: string;
Example
var bundleId = iosAppMetadata.bundleId;
Signature:
platform: AppPlatform.IOS;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.
[null,null,["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;"]]