ProjectsAndroidAppsSha
class ProjectsAndroidAppsSha extends Resource (View source)
The "sha" collection of methods.
Typical usage is:
$firebaseService = new Google\Service\FirebaseManagement(...);
$sha = $firebaseService->projects_androidApps_sha;
Methods
create(string $parent, ShaCertificate $postBody, array $optParams = [])
Adds a ShaCertificate to the specified AndroidApp. (sha.create)
delete(string $name, array $optParams = [])
Removes a ShaCertificate from the specified AndroidApp. (sha.delete)
listProjectsAndroidAppsSha(string $parent, array $optParams = [])
Lists the SHA-1 and SHA-256 certificates for the specified AndroidApp.
Details
ShaCertificate
create(string $parent, ShaCertificate $postBody, array $optParams = [])
Adds a ShaCertificate to the specified AndroidApp. (sha.create)
FirebaseEmpty
delete(string $name, array $optParams = [])
Removes a ShaCertificate from the specified AndroidApp. (sha.delete)
ListShaCertificatesResponse
listProjectsAndroidAppsSha(string $parent, array $optParams = [])
Lists the SHA-1 and SHA-256 certificates for the specified AndroidApp.
(sha.listProjectsAndroidAppsSha)