Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DefaultBucket

import type { DefaultBucket } from "https://googleapis.deno.dev/v1/firebasestorage:v1beta.ts";

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.

interface DefaultBucket {
readonly bucket?: Bucket;
location?: string;
name?: string;
storageClass?: string;
}

§Properties

§
readonly bucket?: Bucket
[src]

Output only. Underlying bucket resource.

§
location?: string
[src]

Immutable. Location of the default bucket.

§
name?: string
[src]

Resource name of the default bucket.

§
storageClass?: string
[src]

Immutable. Storage class of the default bucket. Supported values are available at https://cloud.google.com/storage/docs/storage-classes#classes.