locationId property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? locationId
getter/setter pair

DEPRECATED. Instead, use product-specific REST APIs to find the location of resources. The ID of the Project's default GCP resource location.

The location is one of the available GCP resource locations. This field is omitted if the default GCP resource location has not been finalized yet. To set a Project's default GCP resource location, call [FinalizeDefaultLocation](../projects.defaultLocation/finalize) after you add Firebase resources to the Project.

Output only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? locationId;