google_api_firebase v0.5.0 GoogleApi.Firebase.V1beta1.Model.DefaultResources View Source
The default resources associated with the Project.
Attributes
hostingSite
(type:String.t
, default:nil
) - The default Firebase Hosting site name, in the format: <code><var>PROJECT_ID</var></code> Though rare, yourprojectId
might already be used as the name for an existing Hosting site in another project (learn more about creating non-default, additional sites). In these cases, yourprojectId
is appended with a hyphen then five alphanumeric characters to create your default Hosting site name. For example, if yourprojectId
ismyproject123
, your default Hosting site name might be:myproject123-a5c16
locationId
(type:String.t
, default:nil
) - 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
after you add Firebase resources to the Project.realtimeDatabaseInstance
(type:String.t
, default:nil
) - The default Firebase Realtime Database instance name, in the format: <code><var>PROJECT_ID</var></code> Though rare, yourprojectId
might already be used as the name for an existing Realtime Database instance in another project (learn more about database sharding). In these cases, yourprojectId
is appended with a hyphen then five alphanumeric characters to create your default Realtime Database instance name. For example, if yourprojectId
ismyproject123
, your default database instance name might be:myproject123-a5c16
storageBucket
(type:String.t
, default:nil
) - The default Cloud Storage for Firebase storage bucket, in the format: <code><var>PROJECT_ID</var>.appspot.com</code>
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.