DefaultResources class

DEPRECATED. _Auto-provisioning of these resources is changing, so this object no longer reliably provides information about the resources within the Project.

Instead, retrieve information about each resource directly from its resource-specific API._ The default auto-provisioned resources associated with the Project.

Constructors

DefaultResources({String? hostingSite, String? locationId, String? realtimeDatabaseInstance, String? storageBucket})
DefaultResources.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
hostingSite String?
DEPRECATED. _Instead, find the default Firebase Hosting site name using the ListSites within the Firebase Hosting REST API.
getter/setter pair
locationId String?
DEPRECATED. Instead, use product-specific REST APIs to find the location of resources. The ID of the Project's default GCP resource location.
getter/setter pair
realtimeDatabaseInstance String?
DEPRECATED. _Instead, find the default Firebase Realtime Database instance name using the list endpoint within the Firebase Realtime Database REST API.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageBucket String?
DEPRECATED. _Instead, find the default Cloud Storage for Firebase bucket using the list endpoint within the Cloud Storage for Firebase REST API.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited