@firebase/database-compat 2.0.9 → 2.0.10-20250521232236

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.
@@ -5,7 +5,7 @@ import { errorPrefix, validateArgCount, validateCallback, validateContextObject,
5
5
  import { Logger } from '@firebase/logger';
6
6
 
7
7
  const name = "@firebase/database-compat";
8
- const version = "2.0.9";
8
+ const version = "2.0.10-20250521232236";
9
9
 
10
10
  /**
11
11
  * @license
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
11
11
  var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
12
12
 
13
13
  const name = "@firebase/database-compat";
14
- const version = "2.0.9";
14
+ const version = "2.0.10-20250521232236";
15
15
 
16
16
  /**
17
17
  * @license
@@ -3788,7 +3788,7 @@ const name$2 = "@firebase/ai";
3788
3788
  const name$1 = "@firebase/firestore-compat";
3789
3789
 
3790
3790
  const name = "firebase";
3791
- const version = "11.8.0";
3791
+ const version = "11.8.1-20250521232236";
3792
3792
 
3793
3793
  /**
3794
3794
  * @license
@@ -18493,7 +18493,6 @@ class Database$1 {
18493
18493
  if (!this._instanceStarted) {
18494
18494
  repoStart(this._repoInternal, this.app.options.appId, this.app.options['databaseAuthVariableOverride']);
18495
18495
  this._instanceStarted = true;
18496
- util.updateEmulatorBanner('Database', this._repo.repoInfo_.emulatorOptions !== null);
18497
18496
  }
18498
18497
  return this._repoInternal;
18499
18498
  }