@firebase/database-compat 2.0.5-firebase-studio-sdk-integration.bffdabd70 → 2.0.5-firebase-studio-sdk-integration.fe1264c00
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
@@ -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.5-firebase-studio-sdk-integration.
|
8
|
+
const version = "2.0.5-firebase-studio-sdk-integration.fe1264c00";
|
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.5-firebase-studio-sdk-integration.
|
14
|
+
const version = "2.0.5-firebase-studio-sdk-integration.fe1264c00";
|
15
15
|
|
16
16
|
/**
|
17
17
|
* @license
|
package/dist/index.standalone.js
CHANGED
@@ -3717,7 +3717,7 @@ function isVersionServiceProvider(provider) {
|
|
3717
3717
|
}
|
3718
3718
|
|
3719
3719
|
const name$q = "@firebase/app";
|
3720
|
-
const version$1 = "0.11.5-firebase-studio-sdk-integration.
|
3720
|
+
const version$1 = "0.11.5-firebase-studio-sdk-integration.fe1264c00";
|
3721
3721
|
|
3722
3722
|
/**
|
3723
3723
|
* @license
|
@@ -3788,7 +3788,7 @@ const name$2 = "@firebase/vertexai";
|
|
3788
3788
|
const name$1 = "@firebase/firestore-compat";
|
3789
3789
|
|
3790
3790
|
const name = "firebase";
|
3791
|
-
const version = "11.6.1-firebase-studio-sdk-integration.
|
3791
|
+
const version = "11.6.1-firebase-studio-sdk-integration.fe1264c00";
|
3792
3792
|
|
3793
3793
|
/**
|
3794
3794
|
* @license
|
@@ -15831,6 +15831,7 @@ function repoStart(repo, appId, authOverride) {
|
|
15831
15831
|
repo.server_.unlisten(query, tag);
|
15832
15832
|
}
|
15833
15833
|
});
|
15834
|
+
util.updateEmulatorBanner('Database', repo.repoInfo_.isUsingEmulator);
|
15834
15835
|
}
|
15835
15836
|
/**
|
15836
15837
|
* @returns The time in milliseconds, taking the server offset into account if we have one.
|
@@ -18577,6 +18578,7 @@ function connectDatabaseEmulator(db, host, port, options = {}) {
|
|
18577
18578
|
// Workaround to get cookies in Firebase Studio
|
18578
18579
|
if (util.isCloudWorkstation(host)) {
|
18579
18580
|
void util.pingServer(host);
|
18581
|
+
util.updateEmulatorBanner('Database', true);
|
18580
18582
|
}
|
18581
18583
|
// Modify the repo to apply emulator settings
|
18582
18584
|
repoManagerApplyEmulatorSettings(repo, hostAndPort, options, tokenProvider);
|