Skip to content

Releases: firebase/firebase-tools

v13.15.0

01 Aug 22:19
Compare
Choose a tag to compare
  • Fixed an issue where --force was not respected during firebase deploy --only storage. (#7499)
  • Added support for Customer-managed encryption keys (CMEK) on Firestore databases. (#7479)
  • Improved error message thrown when missing permissions to deploy to hosting. (#7190)
  • Improved default values for 'init dataconnect:sdk'.
  • Fixed issue where functions:secrets:set wrongly errorred in non-interactive flows without force option (#7467)
  • Bumped the Firebase Data Connect local toolkit version to v1.3.2, which includes some bug fixes. (#7518)

v13.14.2

26 Jul 18:43
Compare
Choose a tag to compare
  • Improved notification message when an update is available. (#7293)
  • Fix issue where Data Connect Emulator can't read config

v13.14.1

24 Jul 22:05
Compare
Choose a tag to compare
  • Bump Firebase Data Connect local toolkit to v1.3.1, which contains fixes for Swift SDK code generation (#7491)

v13.14.0

23 Jul 21:02
Compare
Choose a tag to compare
  • Cleans up App Hosting's GitHub integration UX. "Add an account" flow now goes directly to GitHub instead of using Developer Connect. (#7405)
  • Fix an issue where refresh_tokens would be used before checking whether they were expired. (#7442)
  • firebase init dataconnect now can pull down deployed GQL files.
  • Improved detection of 'dataconnect.yaml' when not in project root.
  • GitHub Action fixes for web frameworks (#6883)
  • Fixes issue where PubSub message publishTime is set to 1970-01-01T00:00:00 (#7441)
  • Display meaningful error message when cannot determine target. (#6594)
  • Adds support for firealerts events in Eventarc emulator. (#7355)
  • Released version firebase-tools-ui@1.13.0, which adds Emulator UI support for firealerts events.
  • Improved errors when an incorrect service ID is passed to firebase deploy --only dataconnect:serviceId.
  • Fixed display of errors in Firestore commands when using JSON or noninteractive modes. (#7482)
  • Fixed an issue where Firestore backup schedule commands had invalid short option names. (#7481)
  • Bumps the Firebase Data Connect local toolkit to v1.3.0, which adds Swift SDK, @Index, @unique, and batch insert support. (#7486)

v13.13.3

15 Jul 15:16
Compare
Choose a tag to compare
  • Fix an issue where refresh_tokens would be used before checking whether they were expired. (#7442)

v13.13.2

11 Jul 17:27
Compare
Choose a tag to compare
  • Fixes an issue where old access_token would be used after expiry. (#7429)

v13.13.1

09 Jul 21:09
Compare
Choose a tag to compare
  • Pass down functions.ignore values in firebase.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

02 Jul 20:49
Compare
Choose a tag to compare
  • 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), and key: {uid_expr: "auth.uid"}, and fixes some issues related to SDK generation (#7409)

v13.12.0

26 Jun 15:46
Compare
Choose a tag to compare
  • Moved dataconnect.location key in firebase.json to dataconnect.yaml.
  • Fixes issue where files were not properly being discovered and deployed to Firebase Hosting (#7363, #7378)
  • Added new command init dataconnect:sdk, which interactively configures a generated SDK for a Data Connect connector.

v13.11.4

21 Jun 20:04
Compare
Choose a tag to compare
  • Data Connect emulator now reuses existing instances if they are emulating the same service.
  • Fixes issue where deploy --only dataconnect would error out with cannot read property undefined.
  • Fixes compatibility issue when uploading native symbols to Crashlytics on Intel-based Macs.