You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constcustomApp=firebase.initializeApp({// ... custom stuff});// Get the default bucket from a custom firebase.app.Appconststorage=customApp.storage();// Get a non-default bucket from a custom firebase.app.Appconststorage=customApp.storage("gs://my-custom-bucket");
The text was updated successfully, but these errors were encountered:
The second param is named url in the definition so I guess it should probably be named "bucket," and it doesn't have an accompanying jsdoc description so that should be added. Is that enough or am I missing anything else that would be needed?
[REQUIRED] Describe your environment
exp
[REQUIRED] Describe the problem
Originally reported here:
#4402
Steps to reproduce:
Relevant Code:
There seems to be no way to reproduce either of these snippets in the new modular SDK:
The text was updated successfully, but these errors were encountered: