locationId property

String? locationId
getter/setter pair

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.

Implementation

core.String? locationId;