Adds the given SHA certificate to this Android app.
The SHA certificate to add.
A promise that resolves when the given certificate has been added to the Android app.
Deletes the specified SHA certificate from this Android app.
A promise that resolves when the specified certificate has been removed from the Android app.
Gets the configuration artifact associated with this app.
A promise that resolves to the Android app's Firebase config file, in UTF-8 string format. This string is typically intended to be written to a JSON file that gets shipped with your Android app.
Retrieves metadata about this Android app.
A promise that resolves to the retrieved metadata about this Android app.
Gets the list of SHA certificates associated with this Android app in Firebase.
The list of SHA-1 and SHA-256 certificates associated with this Android app in Firebase.
Sets the optional user-assigned display name of the app.
The new display name to set.
A promise that resolves when the display name has been set.
Generated using TypeDoc
A reference to a Firebase Android app.
Do not call this constructor directly. Instead, use
projectManagement.androidApp().