google_api_firebase v0.2.0 GoogleApi.Firebase.V1beta1.Model.DefaultResources View Source

The default resources associated with a FirebaseProject.

Attributes

  • hostingSite (type: String.t, default: nil) - The default Firebase Hosting site name, in the format:
    projectId
    Though rare, your projectId 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, your projectId is appended with a hyphen then five alphanumeric characters to create your default Hosting site name. For example, if your projectId is myproject123, 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 your project's default GCP resource location, call FinalizeDefaultLocation after you add Firebase services to your project.
  • realtimeDatabaseInstance (type: String.t, default: nil) - The default Firebase Realtime Database instance name, in the format:
    projectId
    Though rare, your projectId might already be used as the name for an existing Realtime Database instance in another project (learn more about database sharding). In these cases, your projectId is appended with a hyphen then five alphanumeric characters to create your default Realtime Database instance name. For example, if your projectId is myproject123, 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:
    projectId.appspot.com

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Firebase.V1beta1.Model.DefaultResources{
  hostingSite: String.t(),
  locationId: String.t(),
  realtimeDatabaseInstance: String.t(),
  storageBucket: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.