@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
package/dist/index.cjs.js
CHANGED
|
@@ -3328,7 +3328,6 @@ class FirebaseStorageImpl {
|
|
|
3328
3328
|
* @param authToken - Firebase auth token
|
|
3329
3329
|
*/
|
|
3330
3330
|
_makeRequest(requestInfo, requestFactory, authToken, appCheckToken, retry = true) {
|
|
3331
|
-
util.updateEmulatorBanner('Service', this._isUsingEmulator);
|
|
3332
3331
|
if (!this._deleted) {
|
|
3333
3332
|
const request = makeRequest(requestInfo, this._appId, authToken, appCheckToken, requestFactory, this._firebaseVersion, retry, this._isUsingEmulator);
|
|
3334
3333
|
this._requests.add(request);
|
|
@@ -3350,7 +3349,7 @@ class FirebaseStorageImpl {
|
|
|
3350
3349
|
}
|
|
3351
3350
|
|
|
3352
3351
|
const name = "@firebase/storage";
|
|
3353
|
-
const version = "0.13.7-firebase-studio-sdk-integration.
|
|
3352
|
+
const version = "0.13.7-firebase-studio-sdk-integration.a528caf5f";
|
|
3354
3353
|
|
|
3355
3354
|
/**
|
|
3356
3355
|
* @license
|
|
@@ -3561,6 +3560,7 @@ function _getChild(ref, childPath) {
|
|
|
3561
3560
|
*/
|
|
3562
3561
|
function getStorage(app$1 = app.getApp(), bucketUrl) {
|
|
3563
3562
|
app$1 = util.getModularInstance(app$1);
|
|
3563
|
+
util.updateEmulatorBanner('Storage', false);
|
|
3564
3564
|
const storageProvider = app._getProvider(app$1, STORAGE_TYPE);
|
|
3565
3565
|
const storageInstance = storageProvider.getImmediate({
|
|
3566
3566
|
identifier: bucketUrl
|