Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firebaseAdminInitConfig is missing the storageBucket field #713

Open
se210 opened this issue May 17, 2024 · 0 comments
Open

firebaseAdminInitConfig is missing the storageBucket field #713

se210 opened this issue May 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@se210
Copy link

se210 commented May 17, 2024

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
@se210 se210 added the enhancement New feature or request label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant