@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.
- package/dist/index.browser.cjs.js +2 -2
- package/dist/index.browser.cjs.js.map +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +2 -2
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +2 -2
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/node-esm/index.node.esm.js +2 -2
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/package.json +6 -6
|
@@ -3351,7 +3351,6 @@ class FirebaseStorageImpl {
|
|
|
3351
3351
|
* @param authToken - Firebase auth token
|
|
3352
3352
|
*/
|
|
3353
3353
|
_makeRequest(requestInfo, requestFactory, authToken, appCheckToken, retry = true) {
|
|
3354
|
-
updateEmulatorBanner('Service', this._isUsingEmulator);
|
|
3355
3354
|
if (!this._deleted) {
|
|
3356
3355
|
const request = makeRequest(requestInfo, this._appId, authToken, appCheckToken, requestFactory, this._firebaseVersion, retry, this._isUsingEmulator);
|
|
3357
3356
|
this._requests.add(request);
|
|
@@ -3373,7 +3372,7 @@ class FirebaseStorageImpl {
|
|
|
3373
3372
|
}
|
|
3374
3373
|
|
|
3375
3374
|
const name = "@firebase/storage";
|
|
3376
|
-
const version = "0.13.7-firebase-studio-sdk-integration.
|
|
3375
|
+
const version = "0.13.7-firebase-studio-sdk-integration.a528caf5f";
|
|
3377
3376
|
|
|
3378
3377
|
/**
|
|
3379
3378
|
* @license
|
|
@@ -3584,6 +3583,7 @@ function _getChild(ref, childPath) {
|
|
|
3584
3583
|
*/
|
|
3585
3584
|
function getStorage(app = getApp(), bucketUrl) {
|
|
3586
3585
|
app = getModularInstance(app);
|
|
3586
|
+
updateEmulatorBanner('Storage', false);
|
|
3587
3587
|
const storageProvider = _getProvider(app, STORAGE_TYPE);
|
|
3588
3588
|
const storageInstance = storageProvider.getImmediate({
|
|
3589
3589
|
identifier: bucketUrl
|