@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.esm2017.js
CHANGED
|
@@ -3324,7 +3324,6 @@ class FirebaseStorageImpl {
|
|
|
3324
3324
|
* @param authToken - Firebase auth token
|
|
3325
3325
|
*/
|
|
3326
3326
|
_makeRequest(requestInfo, requestFactory, authToken, appCheckToken, retry = true) {
|
|
3327
|
-
updateEmulatorBanner('Service', this._isUsingEmulator);
|
|
3328
3327
|
if (!this._deleted) {
|
|
3329
3328
|
const request = makeRequest(requestInfo, this._appId, authToken, appCheckToken, requestFactory, this._firebaseVersion, retry, this._isUsingEmulator);
|
|
3330
3329
|
this._requests.add(request);
|
|
@@ -3346,7 +3345,7 @@ class FirebaseStorageImpl {
|
|
|
3346
3345
|
}
|
|
3347
3346
|
|
|
3348
3347
|
const name = "@firebase/storage";
|
|
3349
|
-
const version = "0.13.7-firebase-studio-sdk-integration.
|
|
3348
|
+
const version = "0.13.7-firebase-studio-sdk-integration.a528caf5f";
|
|
3350
3349
|
|
|
3351
3350
|
/**
|
|
3352
3351
|
* @license
|
|
@@ -3557,6 +3556,7 @@ function _getChild(ref, childPath) {
|
|
|
3557
3556
|
*/
|
|
3558
3557
|
function getStorage(app = getApp(), bucketUrl) {
|
|
3559
3558
|
app = getModularInstance(app);
|
|
3559
|
+
updateEmulatorBanner('Storage', false);
|
|
3560
3560
|
const storageProvider = _getProvider(app, STORAGE_TYPE);
|
|
3561
3561
|
const storageInstance = storageProvider.getImmediate({
|
|
3562
3562
|
identifier: bucketUrl
|