Creates an AndroidApp object, referencing the specified Android app within
this Firebase project.
This method does not perform an RPC.
The appId of the Android app to reference.
An AndroidApp object that references the specified Firebase Android app.
Creates a new Firebase Android app associated with this Firebase project.
The canonical package name of the Android App, as would appear in the Google Play Developer Console.
An optional user-assigned display name for this new app.
A promise that resolves to the newly created Android app.
Creates a new Firebase iOS app associated with this Firebase project.
The iOS app bundle ID to use for this new app.
An optional user-assigned display name for this new app.
A promise that resolves to the newly created iOS app.
Creates an iOSApp object, referencing the specified iOS app within
this Firebase project.
This method does not perform an RPC.
The appId of the iOS app to reference.
An iOSApp object that references the specified Firebase iOS app.
Lists up to 100 Firebase Android apps associated with this Firebase project.
The list of Android apps.
Lists up to 100 Firebase apps associated with this Firebase project.
A promise that resolves to the metadata list of the apps.
Lists up to 100 Firebase iOS apps associated with this Firebase project.
The list of iOS apps.
Update the display name of this Firebase project.
The new display name to be updated.
A promise that resolves when the project display name has been updated.
Creates a ShaCertificate object.
This method does not perform an RPC.
The SHA-1 or SHA-256 hash for this certificate.
A ShaCertificate object contains the specified SHA hash.
Generated using TypeDoc
The Firebase ProjectManagement service interface.
Do not call this constructor directly. Instead, use
admin.projectManagement().