@firebase/database 1.0.14-firebase-studio-sdk-integration.9de25069c → 1.0.14-firebase-studio-sdk-integration.927daddb8
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.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +2 -1
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +2 -1
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.standalone.js +1 -0
- package/dist/index.standalone.js.map +1 -1
- package/dist/node-esm/index.node.esm.js +2 -1
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/package.json +7 -7
package/dist/index.esm2017.js
CHANGED
|
@@ -4,7 +4,7 @@ import { stringify, jsonEval, contains, assert, isNodeSdk, stringToByteArray, Sh
|
|
|
4
4
|
import { Logger, LogLevel } from '@firebase/logger';
|
|
5
5
|
|
|
6
6
|
const name = "@firebase/database";
|
|
7
|
-
const version = "1.0.14-firebase-studio-sdk-integration.
|
|
7
|
+
const version = "1.0.14-firebase-studio-sdk-integration.927daddb8";
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* @license
|
|
@@ -13702,6 +13702,7 @@ function connectDatabaseEmulator(db, host, port, options = {}) {
|
|
|
13702
13702
|
: createMockUserToken(options.mockUserToken, db.app.options.projectId);
|
|
13703
13703
|
tokenProvider = new EmulatorTokenProvider(token);
|
|
13704
13704
|
}
|
|
13705
|
+
// Workaround to get cookies in Firebase Studio
|
|
13705
13706
|
if (isCloudWorkstation(host)) {
|
|
13706
13707
|
void pingServer(host);
|
|
13707
13708
|
}
|