firebaseAdminInitConfig
is missing the storageBucket
field
#713
Labels
enhancement
New feature or request
firebaseAdminInitConfig
is missing the storageBucket
field
#713
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 thestorageBucket
field.Describe the solution you'd like and how you'd implement it
Add
storageBucket?: string
tofirebaseAdminInitConfig
Is this a breaking change?
No
Describe alternatives you've considered
I am currently working around the Typescript error by doing:
The text was updated successfully, but these errors were encountered: