We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c553d99 commit e5a945cCopy full SHA for e5a945c
packages/storage/src/api.ts
@@ -333,6 +333,7 @@ export function getStorage(
333
bucketUrl?: string
334
): FirebaseStorage {
335
app = getModularInstance(app);
336
+ updateEmulatorBanner('Storage', false);
337
const storageProvider: Provider<'storage'> = _getProvider(app, STORAGE_TYPE);
338
const storageInstance = storageProvider.getImmediate({
339
identifier: bucketUrl
0 commit comments