@firebase/storage 0.13.4 → 0.13.5-canary.01f36ea41

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.
@@ -3279,6 +3279,9 @@ class FirebaseStorageImpl {
3279
3279
  return null;
3280
3280
  }
3281
3281
  async _getAppCheckToken() {
3282
+ if (app._isFirebaseServerApp(this.app) && this.app.settings.appCheckToken) {
3283
+ return this.app.settings.appCheckToken;
3284
+ }
3282
3285
  const appCheck = this._appCheckProvider.getImmediate({ optional: true });
3283
3286
  if (appCheck) {
3284
3287
  const result = await appCheck.getToken();
@@ -3334,7 +3337,7 @@ class FirebaseStorageImpl {
3334
3337
  }
3335
3338
 
3336
3339
  const name = "@firebase/storage";
3337
- const version = "0.13.4";
3340
+ const version = "0.13.5-canary.01f36ea41";
3338
3341
 
3339
3342
  /**
3340
3343
  * @license