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. Not all Projects will have this field populated. If it is not populated, it means that the Project does not yet have a default GCP resource location. 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;