Releases: firebase/firebase-tools
Releases · firebase/firebase-tools
v13.11.0
- Releases firestore emulator 1.19.7, which adds support for withAuthContext function triggers (#7037).
- Fixes some cases where Firebase Data Connect deployment fails to pretty-print errors (#7230).
- Updated Pub/Sub emulator to v0.8.14 (#7197).
- Updates default resource names and template during
firebase init dataconnect
. - Improved handling of 'fresh from Console' services during
init dataconnect
. - Add support for node22 in function deployments (#7252).
- Update to Firebase Data Connect Emulator v1.2.0, which adds support for Postgres 16 and creates the Postgres database specified in dataconnect.yaml or .firebaserc if it does not already exist.
- Update to the latest version of the Crashlytics buildtools, v3.
- Support deployment of an Angular app using legacy browser builder (#7264)
v13.10.2
- Update to Firebase Data Connect Emulator version 1.1.19 which fixes serving IPv4 connections properly (127.0.0.1:9399 by default).
- Add a Windows build for Firebase Data Connect Emulator (starting from v1.1.19).
v13.10.1
- Fixes an issue where dataconnect:sql:migrate still prompts for confirmation even with
--force
. (#7208) - Update to Firebase Data Connect Emulator version 1.1.18 which contains code generation bug fixes, surfacing schema migration errors when a diff remains after migration, and a fix to allow the local connection string to be empty at startup.
- Fixes an issue where the dataconnect emulator listens on all addresses by default instead of just localhost (#7211).
- Fixes Data Connect generated SDK sometimes using the wrong location (GCP region) (#7217).
v13.10.0
- Upgrades the pubsub dependency to address a
npm audit
issue. (#7122) - Fixes path issue in Windows deployments for Next.js SSR (#7148)
- Updates Emulator Suite UI logos
- Firebase functions' discovery process' timeout can now be configured with the
FUNCTIONS_DISCOVERY_TIMEOUT
env var (#7176) - Fixes an issue where
dataconnect:sql:migrate
would sometimes act as the wrong role. (#7198) - Fixes an issue where
dataconnect:sql:migrate --force
would not ignore invalid connectors. (#7199). - Improves logging and messaging throughout
dataconnect
commands. - Improves handling for cases where a Data Connect service could not access Cloud SQL. (#7157)
v13.9.0
- Added
firebase init genkit
. See more at https://firebase.google.com/docs/genkit - Introduces the
apphosting:*
commands! See more at https://firebase.google.com/docs/app-hosting
v13.8.3
- Internal bug fixes.
v13.8.2
v13.8.1
- Temporarily disable performance improvements for second gen functions deploy to avoid a backend issue.
- Increased the timeout for waiting for emulators to start to 60s. (#7091)
- Fixes infinite loop when trying to create a Hosting site.
- Fix copied functions dist dir files for Next.js when source config ends with slash (#7099)