AndroidAppMetadata interface
Stay organized with collections
Save and categorize content based on your preferences.
Metadata about a Firebase Android App.
Signature:
export interface AndroidAppMetadata extends AppMetadata
Extends: AppMetadata
Properties
The canonical package name of the Android App, as would appear in the Google Play Developer Console.
Signature:
packageName: string;
Example
var packageName = androidAppMetadata.packageName;
Signature:
platform: AppPlatform.ANDROID;
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,["Metadata about a Firebase Android App.\n\n**Signature:** \n\n export interface AndroidAppMetadata extends AppMetadata \n\n**Extends:** [AppMetadata](./firebase-admin.project-management.appmetadata.md#appmetadata_interface)\n\nProperties\n\nAndroidAppMetadata.packageName\n\nThe canonical package name of the Android App, as would appear in the Google Play Developer Console.\n\n**Signature:** \n\n packageName: string;\n\nExample \n\n var packageName = androidAppMetadata.packageName;\n\nAndroidAppMetadata.platform\n\n**Signature:** \n\n platform: AppPlatform.ANDROID;"]]