@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.
- package/dist/index.browser.cjs.js +3 -1
- package/dist/index.browser.cjs.js.map +1 -1
- package/dist/index.cjs.js +3 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +4 -2
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +3 -1
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/node-esm/index.node.esm.js +4 -2
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/package.json +6 -6
|
@@ -3178,6 +3178,7 @@ function connectStorageEmulator$1(storage, host, port, options = {}) {
|
|
|
3178
3178
|
// Workaround to get cookies in Firebase Studio
|
|
3179
3179
|
if (useSsl) {
|
|
3180
3180
|
void util.pingServer(`https://${storage.host}`);
|
|
3181
|
+
util.updateEmulatorBanner('Storage', true);
|
|
3181
3182
|
}
|
|
3182
3183
|
storage._isUsingEmulator = true;
|
|
3183
3184
|
storage._protocol = useSsl ? 'https' : 'http';
|
|
@@ -3327,6 +3328,7 @@ class FirebaseStorageImpl {
|
|
|
3327
3328
|
* @param authToken - Firebase auth token
|
|
3328
3329
|
*/
|
|
3329
3330
|
_makeRequest(requestInfo, requestFactory, authToken, appCheckToken, retry = true) {
|
|
3331
|
+
util.updateEmulatorBanner('Service', this._isUsingEmulator);
|
|
3330
3332
|
if (!this._deleted) {
|
|
3331
3333
|
const request = makeRequest(requestInfo, this._appId, authToken, appCheckToken, requestFactory, this._firebaseVersion, retry, this._isUsingEmulator);
|
|
3332
3334
|
this._requests.add(request);
|
|
@@ -3348,7 +3350,7 @@ class FirebaseStorageImpl {
|
|
|
3348
3350
|
}
|
|
3349
3351
|
|
|
3350
3352
|
const name = "@firebase/storage";
|
|
3351
|
-
const version = "0.13.7-firebase-studio-sdk-integration.
|
|
3353
|
+
const version = "0.13.7-firebase-studio-sdk-integration.fe1264c00";
|
|
3352
3354
|
|
|
3353
3355
|
/**
|
|
3354
3356
|
* @license
|