Last active
December 2, 2018 20:25
-
-
Save hiranya911/f77b6aa356713c201a1178dfa233a54a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const appId = '1:134547978015:android:967eb1618809ce3a'; | |
const androidApp = admin.projectManagement().androidApp(appId); | |
const metadata = await androidApp.getMetadata(); | |
console.log(metadata.appId, metadata.packageName, metadata.displayName); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment