Last active
December 2, 2018 20:30
-
-
Save hiranya911/1742507b452b623ede4969a78791c170 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 admin = require('firebase-admin'); | |
admin.initializeApp(); | |
const packageName = 'com.google.firedemos'; | |
const displayName = 'FireFlicks'; | |
const app = await admin.projectManagement().createAndroidApp(packageName, displayName); | |
console.log('Created new Android App:', app.appId); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment