Firebase App Distribution API . apps . releases

Instance Methods

notes()

Returns the notes Resource.

close()

Close httplib2 connections.

enable_access(mobilesdkAppId, releaseId, body=None, x__xgafv=None)

Enable access on a release for testers.

Method Details

close()
Close httplib2 connections.
enable_access(mobilesdkAppId, releaseId, body=None, x__xgafv=None)
Enable access on a release for testers.

Args:
  mobilesdkAppId: string, Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 (required)
  releaseId: string, Release identifier (required)
  body: object, The request body.
    The object takes the form of:

{
  "buildVersion": "A String", # Optional. Ignored. Used to be build version of the app release if an instance identifier was provided for the release_id.
  "displayVersion": "A String", # Optional. Ignored. Used to be display version of the app release if an instance identifier was provided for the release_id.
  "emails": [ # Optional. An email address which should get access to this release, for example rebeccahe@google.com
    "A String",
  ],
  "groupIds": [ # Optional. A repeated list of group aliases to enable access to a release for Note: This field is misnamed, but can't be changed because we need to maintain compatibility with old build tools
    "A String",
  ],
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
}