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

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.
@@ -3175,6 +3175,7 @@ function extractBucket(host, config) {
3175
3175
  function connectStorageEmulator$1(storage, host, port, options = {}) {
3176
3176
  storage.host = `${host}:${port}`;
3177
3177
  const useSsl = util.isCloudWorkstation(host);
3178
+ // Workaround to get cookies in Firebase Studio
3178
3179
  if (useSsl) {
3179
3180
  void util.pingServer(`https://${storage.host}`);
3180
3181
  }
@@ -3347,7 +3348,7 @@ class FirebaseStorageImpl {
3347
3348
  }
3348
3349
 
3349
3350
  const name = "@firebase/storage";
3350
- const version = "0.13.7-firebase-studio-sdk-integration.9de25069c";
3351
+ const version = "0.13.7-firebase-studio-sdk-integration.bffdabd70";
3351
3352
 
3352
3353
  /**
3353
3354
  * @license