Skip to content

Releases: firebase/firebase-tools

v13.18.0

19 Sep 19:07
Compare
Choose a tag to compare
  • Added firebase deploy --dry-run, which validates your changes and builds your code without making any production changes.
  • Added support for non-default Firestore databases in firebase init. (#7655)
  • Updated supported range for Angular framework. (#7418)
  • Fixed (Angular 17+) temporary change the PORT in Angular server.ts (#6651)
  • Switched Data Connect API from v1alpha to v1beta. (#7589)
  • Improved handling of Spark projects in firebase init dataconnect. (#7666)
  • Updated Firebase Data Connect local toolkit version to v1.3.7, which adds support for v1beta gRPC APIs and the OrderDirection enum in Swift, and makes transactional queries and mutations opt-in with the @transaction directive. (#7679)
  • Add dataconnect SQL grant command firebase dataconnect:sql:grant -R <role> -E email. (#7656)
  • Added better handling for paths with spaces in getGlobalEsbuildVersion function. (#7571)

v13.17.0

11 Sep 22:45
Compare
Choose a tag to compare
  • Re-added a dialog to let users know TLS is being provisioned in App Hosting. (#7595)
  • Improved Firebase Data Connect postgres security by granting fine grained SQL privileges to the users the need it. (#7578)
  • Removed dataconnect:sql:migrate command hard dependency on 'roles/cloudsql.admin'. (#7578)
  • Added support for setting the encryption configuration of restored firestore databases. (#7483)
  • Added support for VERIFY_AND_CHANGE_EMAIL events in the Auth emulator. (#7618)
  • Updated the Firebase Data Connect toolkit to v1.3.6, which serves a generated GraphQL docsite under /docs. (#7640)

v13.16.0

27 Aug 21:33
Compare
Choose a tag to compare
  • Added support for Cloud Tasks within the Functions emulator. (#7475)
  • Released Firestore Emulator v 1.19.8 which adds support for FindNearest.distanceResultField and FindNearest.distanceThreshold parameters.
  • Temporarily removed Extensions from Functions deploy because it was causing unexpected Extension deletions. (#7590, #7582)

v13.15.4

21 Aug 19:33
Compare
Choose a tag to compare
  • Fixed an issue where functions deployment would fail if firebase.json#extensions was undefined. (#7575)

v13.15.3

20 Aug 20:55
Compare
Choose a tag to compare

v13.15.2

15 Aug 22:26
Compare
Choose a tag to compare
  • Implemented a check in the Next.js build function to verify if
    .env.<PROJECT-ID> file exists and make its variables available for the build
    process.
  • Fix esbuild path used to bundle next.config.js on Windows (#7555)
  • Updated to v1.3.5 of the Data Connect toolkit, which adds support for pgvector indexing and order_by_ref, and fixes bugs in SDK generation.

v13.15.1

09 Aug 18:07
Compare
Choose a tag to compare
  • Fixes secret params resolution in functions emulator. (#7443)
  • Fixed bug where esbuild execution was throwing an error saying "Command line too long" on Windows (#7250, #6193). (#7395)
  • Automatically detect app platform during init dataconnect:sdk.
  • Support sharp ^0.33.x for web frameworks. (#7517)
  • Update Firebase Data Connect toolkit to v1.3.4, which supports offset, cascade delete support, always index all foreign fields and multiple generated SDK options. (#7545)
  • Update Data Connect SDK Options Default to avoid duplicate output path. (#7545)

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)