REST Resource: projects.defaultBucket

Resource: DefaultBucket

Spark tier-eligible Cloud Storage bucket. One per project. This resource exists if the underlying Cloud Storage bucket exists and it is linked to your Firebase project. See https://firebase.google.com/pricing for pricing details.

JSON representation
{
  "name": string,
  "location": string,
  "bucket": {
    object (Bucket)
  }
}
Fields
name

string

Resource name of the default bucket.

location

string

Immutable. Location of the default bucket.

bucket

object (Bucket)

Output only. Underlying bucket resource.

Methods

create

Creates a Spark tier-eligible Cloud Storage bucket and links it to your Firebase project.