Releases: firebase/firebase-tools
Releases Β· firebase/firebase-tools
v13.13.3
v13.13.2
v13.13.1
- Pass down
functions.ignore
values infirebase.json
to functions emulator so that supposedly ignored directories/files will not trigger reload. (#7414) - Fixes bug where secret values provided in env files were parsed as list (#7422)
- Update the Firebase Data Connect emulator to v1.2.4, which includes a fix for web SDK generation on Windows and a change for the local Vertex AI client to pick up application default credentials automatically (#7424)
v13.13.0
- Fixes framework support for Nuxt ^3.12 by correctly calling loadNuxtConfig() (#7375)
- Add a default for
firebase init dataconnect:sdk
(#7406) - Bump Firebase Data Connect emulator to v1.2.3, which adds support for
@index
on tables,@auth(level: USER_ANON/USER_EMAIL_VERIFIED)
, andkey: {uid_expr: "auth.uid"}
, and fixes some issues related to SDK generation (#7409)
v13.12.0
v13.11.4
- Data Connect emulator now reuses existing instances if they are emulating the same service.
- Fixes issue where
deploy --only dataconnect
would error out withcannot read property undefined
. - Fixes compatibility issue when uploading native symbols to Crashlytics on Intel-based Macs.
v13.11.3
- Fixes issue where storage emulator throws an error due to non-standard whitespaces in filenames (#6834).
- Fixes issue where some emulators would fail to start when their path contained a whitespace (#7313)
- Adds prompt for Postgres connection string to
setup:emulators:dataconnect
. - Updates Data Connect emulator to v1.2.2, which includes support for generating Swift SDKs and a number of bug fixes.
v13.11.2
- Adds a warning to
firebase dataconnect:sdk:generate
when no generated SDKs are configured. - Fixes some cases where
firebase init dataconnect
did not write project files correctly.
v13.11.1
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)