@firebase/database-compat 2.0.10-20250520183425 → 2.0.10
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.esm2017.js
CHANGED
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.10
|
14
|
+
const version = "2.0.10";
|
15
15
|
|
16
16
|
/**
|
17
17
|
* @license
|
package/dist/index.standalone.js
CHANGED
@@ -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.1
|
3791
|
+
const version = "11.8.1";
|
3792
3792
|
|
3793
3793
|
/**
|
3794
3794
|
* @license
|
@@ -18577,6 +18577,7 @@ function connectDatabaseEmulator(db, host, port, options = {}) {
|
|
18577
18577
|
// Workaround to get cookies in Firebase Studio
|
18578
18578
|
if (util.isCloudWorkstation(host)) {
|
18579
18579
|
void util.pingServer(host);
|
18580
|
+
util.updateEmulatorBanner('Database', true);
|
18580
18581
|
}
|
18581
18582
|
// Modify the repo to apply emulator settings
|
18582
18583
|
repoManagerApplyEmulatorSettings(repo, hostAndPort, options, tokenProvider);
|