@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.
@@ -3306,6 +3306,9 @@ class FirebaseStorageImpl {
3306
3306
  return null;
3307
3307
  }
3308
3308
  async _getAppCheckToken() {
3309
+ if (app._isFirebaseServerApp(this.app) && this.app.settings.appCheckToken) {
3310
+ return this.app.settings.appCheckToken;
3311
+ }
3309
3312
  const appCheck = this._appCheckProvider.getImmediate({ optional: true });
3310
3313
  if (appCheck) {
3311
3314
  const result = await appCheck.getToken();
@@ -3361,7 +3364,7 @@ class FirebaseStorageImpl {
3361
3364
  }
3362
3365
 
3363
3366
  const name = "@firebase/storage";
3364
- const version = "0.13.4";
3367
+ const version = "0.13.5-canary.01f36ea41";
3365
3368
 
3366
3369
  /**
3367
3370
  * @license