@firebase/storage 0.13.8-canary.f92069a21 → 0.13.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3205,7 +3205,6 @@ function connectStorageEmulator$1(storage, host, port, options = {}) {
3205
3205
  // Workaround to get cookies in Firebase Studio
3206
3206
  if (useSsl) {
3207
3207
  void util.pingServer(`https://${storage.host}`);
3208
- util.updateEmulatorBanner('Storage', true);
3209
3208
  }
3210
3209
  storage._isUsingEmulator = true;
3211
3210
  storage._protocol = useSsl ? 'https' : 'http';
@@ -3376,7 +3375,7 @@ class FirebaseStorageImpl {
3376
3375
  }
3377
3376
 
3378
3377
  const name = "@firebase/storage";
3379
- const version = "0.13.8-canary.f92069a21";
3378
+ const version = "0.13.8";
3380
3379
 
3381
3380
  /**
3382
3381
  * @license
@@ -3587,7 +3586,6 @@ function _getChild(ref, childPath) {
3587
3586
  */
3588
3587
  function getStorage(app$1 = app.getApp(), bucketUrl) {
3589
3588
  app$1 = util.getModularInstance(app$1);
3590
- util.updateEmulatorBanner('Storage', false);
3591
3589
  const storageProvider = app._getProvider(app$1, STORAGE_TYPE);
3592
3590
  const storageInstance = storageProvider.getImmediate({
3593
3591
  identifier: bucketUrl