firebase / firebase-tools-ui

A local-first UI for Firebase Emulator Suite.
https://firebase.googleblog.com/2020/05/local-firebase-emulator-ui.html
Apache License 2.0
261 stars 60 forks source link

Upgrade to JS SDK 9.23 to use some multidb features. #999

Closed christhompsongoogle closed 6 months ago

christhompsongoogle commented 6 months ago

vite-plugin-rewrite-all to solve a problem with dots in URLs is no longer working https://github.com/vitejs/vite/issues/2415 Upgrade vite to 5.* to remove need for rewrite all The default port for vite updated to 5173 at some point in 2022, see: https://github.com/vitejs/vite/pull/8148