Skip to content

firebaseAdminInitConfig is missing the storageBucket field #713

@se210

Description

@se210

Is your feature request related to a problem? Please describe.
When using the Firebase Admin SDK, the storage bucket is not properly initialized because firebaseAdminInitConfig is missing the storageBucket field.

Describe the solution you'd like and how you'd implement it
Add storageBucket?: string to firebaseAdminInitConfig

Is this a breaking change?
No

Describe alternatives you've considered
I am currently working around the Typescript error by doing:

firebaseAdminInitConfig: {
  ...
  storageBucket: "my-config"
} as unknown as any

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions