Firebase Admin Node.js SDK v6.3.0
- A new
admin.projectManagement()
API for managing apps in a Firebase project. - New
listAndroidApps()
andlistIosApps()
methods for listing the existing apps in a project. - New
createAndroidApp()
andcreateIosApp()
methods for creating new apps in a project. - New
AndroidApp
andIosApp
APIs for updating individual apps.
Cloud Messaging
ApsAlert
type now supports specifying a subtitle. Thanks chemidy for the
contribution.