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

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,6 +3205,7 @@ 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);
3208
3209
  }
3209
3210
  storage._isUsingEmulator = true;
3210
3211
  storage._protocol = useSsl ? 'https' : 'http';
@@ -3354,6 +3355,7 @@ class FirebaseStorageImpl {
3354
3355
  * @param authToken - Firebase auth token
3355
3356
  */
3356
3357
  _makeRequest(requestInfo, requestFactory, authToken, appCheckToken, retry = true) {
3358
+ util.updateEmulatorBanner('Service', this._isUsingEmulator);
3357
3359
  if (!this._deleted) {
3358
3360
  const request = makeRequest(requestInfo, this._appId, authToken, appCheckToken, requestFactory, this._firebaseVersion, retry, this._isUsingEmulator);
3359
3361
  this._requests.add(request);
@@ -3375,7 +3377,7 @@ class FirebaseStorageImpl {
3375
3377
  }
3376
3378
 
3377
3379
  const name = "@firebase/storage";
3378
- const version = "0.13.7-firebase-studio-sdk-integration.bffdabd70";
3380
+ const version = "0.13.7-firebase-studio-sdk-integration.fe1264c00";
3379
3381
 
3380
3382
  /**
3381
3383
  * @license