@firebase/storage 0.13.8-canary.f8334eade → 0.13.8-canary.f92069a21
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
package/dist/index.node.cjs.js
CHANGED
|
@@ -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';
|
|
@@ -3375,7 +3376,7 @@ class FirebaseStorageImpl {
|
|
|
3375
3376
|
}
|
|
3376
3377
|
|
|
3377
3378
|
const name = "@firebase/storage";
|
|
3378
|
-
const version = "0.13.8-canary.
|
|
3379
|
+
const version = "0.13.8-canary.f92069a21";
|
|
3379
3380
|
|
|
3380
3381
|
/**
|
|
3381
3382
|
* @license
|
|
@@ -3586,6 +3587,7 @@ function _getChild(ref, childPath) {
|
|
|
3586
3587
|
*/
|
|
3587
3588
|
function getStorage(app$1 = app.getApp(), bucketUrl) {
|
|
3588
3589
|
app$1 = util.getModularInstance(app$1);
|
|
3590
|
+
util.updateEmulatorBanner('Storage', false);
|
|
3589
3591
|
const storageProvider = app._getProvider(app$1, STORAGE_TYPE);
|
|
3590
3592
|
const storageInstance = storageProvider.getImmediate({
|
|
3591
3593
|
identifier: bucketUrl
|