Metadata about a Firebase iOS App.
Signature:
export interface IosAppMetadata extends AppMetadata
Extends: AppMetadata
Properties
Property | Type | Description |
---|---|---|
bundleId | string | The canonical bundle ID of the iOS App as it would appear in the iOS App Store. |
platform | AppPlatform.IOS |
IosAppMetadata.bundleId
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;
IosAppMetadata.platform
Signature:
platform: AppPlatform.IOS;