Firebase Management API (firebase:v1beta1)

2022-07-05

3 new methods

Additions

    Methods
  • firebase.projects.webApps.remove

      Parameters :

        name

          Type : string

          Required : Yes

          Location : path

          Pattern : ^projects/[^/]+/webApps/[^/]+$

          Description : Required. The resource name of the WebApp, in the format: projects/ PROJECT_IDENTIFIER/webApps/APP_ID Since an APP_ID is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format: projects/-/webApps/APP_ID Refer to the WebApp [name](../projects.webApps#WebApp.FIELDS.name) field for details about PROJECT_IDENTIFIER and APP_ID values.

      Path : v1beta1/{+name}:remove

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Removes the specified WebApp from the project.

      Parameter Order : name

      Flat Path : v1beta1/projects/{projectsId}/webApps/{webAppsId}:remove

  • firebase.projects.androidApps.remove

      Parameters :

        name

          Description : Required. The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID Since an APP_ID is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format: projects/-/androidApps/APP_ID Refer to the AndroidApp [name](../projects.androidApps#AndroidApp.FIELDS.name) field for details about PROJECT_IDENTIFIER and APP_ID values.

          Type : string

          Required : Yes

          Pattern : ^projects/[^/]+/androidApps/[^/]+$

          Location : path

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:remove

      Description : Removes the specified AndroidApp from the project.

      Flat Path : v1beta1/projects/{projectsId}/androidApps/{androidAppsId}:remove

      HTTP Method : POST

      Parameter Order : name

  • firebase.projects.iosApps.remove

      Path : v1beta1/{+name}:remove

      Parameter Order : name

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Type : string

          Required : Yes

          Description : Required. The resource name of the IosApp, in the format: projects/ PROJECT_IDENTIFIER/iosApps/APP_ID Since an APP_ID is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format: projects/-/iosApps/APP_ID Refer to the IosApp [name](../projects.iosApps#IosApp.FIELDS.name) field for details about PROJECT_IDENTIFIER and APP_ID values.

          Location : path

          Pattern : ^projects/[^/]+/iosApps/[^/]+$

      Flat Path : v1beta1/projects/{projectsId}/iosApps/{iosAppsId}:remove

      Description : Removes the specified IosApp from the project.