name property

String? name
getter/setter pair

The resource name of the WebApp, in the format: projects/PROJECT_IDENTIFIER /webApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's [ProjectNumber](../projects#FirebaseProject.FIELDS.project_number) (recommended) or its [ProjectId](../projects#FirebaseProject.FIELDS.project_id).

Learn more about using project identifiers in Google's AIP 2510 standard. Note that the value for PROJECT_IDENTIFIER in any response body will be the ProjectId.

  • APP_ID: the globally unique, Firebase-assigned identifier for the App (see [appId](../projects.webApps#WebApp.FIELDS.app_id)).

Implementation

core.String? name;