firebase-tools-ui icon indicating copy to clipboard operation
firebase-tools-ui copied to clipboard

Make this work in Firebase Studio

Open joehan opened this issue 8 months ago • 0 comments

Bunch of changes to get the emulator UI working in Firebase Studio:

  • Updates the SDK version to pick up required changes. (TODO: move this from release tag to real version before merge)
  • Adds a wrapper around fetch so we can always send credentials if needed
  • Preload cookies with a GET call to all .cloudworkstations.dev hosts
  • Get rid of some wonky logic that was forcing firestore websocket host to be the same as the http host.

While we're here, also doing some overdue maintainence:

  • Update min node version to match the rest of the Firebase world
  • Update CI to use modern versions of node

joehan avatar Apr 22 '25 21:04 joehan