[go: up one dir, main page]

Skip to content

Releases: firebase/firebase-tools

v13.5.1

14 Mar 21:31
Compare
Choose a tag to compare
  • Release Emulator Suite UI v1.11.8 which adds support for Multiple DBs in the Emulator UI Firestore page via editing the URL. (#6874)

v13.5.0

13 Mar 22:17
Compare
Choose a tag to compare
  • Enable dynamic debugger port for functions + support for inspecting multiple codebases (#6854)
  • Inject an environment variable in the node functions emulator to tell the google-gax SDK not to look for the metadata service. (#6860)
  • Release Firestore Emulator 1.19.3 which fixes ancestor and namespace scope queries for Datastore Mode. This release also fixes internal errors seen across REST API and firebase-js-sdk.
  • v2 scheduled functions with explicit service accounts trigger eventarc to use that service account (#6858)
  • v2 event functions with explicit service accounts trigger eventarc to use that service account (#6859)

v13.4.1

07 Mar 22:45
Compare
Choose a tag to compare
  • Released Firestore emulator v1.19.2, which fixes some bugs affecting client SDKs when in Datastore Mode.
  • Fix demo projects + web frameworks with emulators (#6737)
  • Fix Next.js static routes with server actions (#6664)
  • Fixed an issue where GOOGLE_CLOUD_QUOTA_PROJECT was not correctly respected. (#6801)
  • Make VPC egress settings in functions parameterizeable (#6843)

v13.4.0

27 Feb 22:39
Compare
Choose a tag to compare
  • Added new commands for managing Firestore backups and restoring databases. (#6778)
  • Fixed quota attribution for Firebase Auth API calls. (#6819)

v13.3.1

21 Feb 22:31
Compare
Choose a tag to compare
  • Release Cloud Firestore emulator v1.19.1:
    • Adds support for Datastore Mode to the Firstore Emulator. Adds
      --database-mode flag to gcloud emulator firestore start command. Note
      that this is a preview feature and if you find any bugs, please file them
      here: https://github.com/firebase/firebase-tools/issues.
  • Improve FAH onboarding flow to connect backends with SCMs (#6764).
  • Fixed issue where GitHub actions would fail due to lack of permission. (#6791)

v13.3.0

14 Feb 22:58
Compare
Choose a tag to compare
  • Improved detection for when login has expired due to Google Cloud Session Control. (#1846)
  • Added support for Python 3.12. (#6679)
  • Fixed issues with internal utilities. (#6754)
  • Fixed an issue where firestore:delete wouldn't target the emulator when expected. (#6537)

v13.2.1

07 Feb 17:16
Compare
Choose a tag to compare
  • Fixed an issue where appdistribution:distribute would always attempt to run tests. (#6749)

v13.2.0

06 Feb 22:45
Compare
Choose a tag to compare
  • Added rudimentary email enumeration protection for auth emulator. (#6702)

v13.1.0

24 Jan 23:14
Compare
Choose a tag to compare
  • Point v2 function target to entrypoint. (#6698)
  • Fixed issue where Auth emulator sign in with Google only shows default tenant. (#6683)
  • Prevent the use of pinTags + minInstances on the same function, as the features are not mutually compatible (#6684)
  • Added force flag to delete backend (#6635).
  • Use framework build target in Vite builds (#6643).
  • Use framework build target in NODE_ENV for production Vite builds (#6644)
  • Let framework handle public directory with emulator. (#6674)
  • Dynamically import Vite to fix deprecated CJS build warning. (#6660)
  • Fixed unsafe array spreads on Hosting deploys. (#6712)

v13.0.3

09 Jan 22:50
Compare
Choose a tag to compare
  • Fixed typo in Cloud storage bucket metadata location type. (#6648)
  • Fixed an issue where including export in .env files caused parsing errors. (#6629)