@firebase/storage 0.13.7-firebase-studio-sdk-integration.fe1264c00 → 0.13.7-firebase-studio-sdk-integration.a528caf5f

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.
@@ -3355,7 +3355,6 @@ class FirebaseStorageImpl {
3355
3355
  * @param authToken - Firebase auth token
3356
3356
  */
3357
3357
  _makeRequest(requestInfo, requestFactory, authToken, appCheckToken, retry = true) {
3358
- util.updateEmulatorBanner('Service', this._isUsingEmulator);
3359
3358
  if (!this._deleted) {
3360
3359
  const request = makeRequest(requestInfo, this._appId, authToken, appCheckToken, requestFactory, this._firebaseVersion, retry, this._isUsingEmulator);
3361
3360
  this._requests.add(request);
@@ -3377,7 +3376,7 @@ class FirebaseStorageImpl {
3377
3376
  }
3378
3377
 
3379
3378
  const name = "@firebase/storage";
3380
- const version = "0.13.7-firebase-studio-sdk-integration.fe1264c00";
3379
+ const version = "0.13.7-firebase-studio-sdk-integration.a528caf5f";
3381
3380
 
3382
3381
  /**
3383
3382
  * @license
@@ -3588,6 +3587,7 @@ function _getChild(ref, childPath) {
3588
3587
  */
3589
3588
  function getStorage(app$1 = app.getApp(), bucketUrl) {
3590
3589
  app$1 = util.getModularInstance(app$1);
3590
+ util.updateEmulatorBanner('Storage', false);
3591
3591
  const storageProvider = app._getProvider(app$1, STORAGE_TYPE);
3592
3592
  const storageInstance = storageProvider.getImmediate({
3593
3593
  identifier: bucketUrl