@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.
@@ -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.9de25069c";
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
  }