Releases: firebase/firebase-tools
Releases Β· firebase/firebase-tools
v13.6.1
v13.6.0
- Released Firestore Emulator 1.19.4. This version fixes a minor bug with reserve ids and adds a
reset
endpoint for Datastore Mode. - Released PubSub Emulator 0.8.2. This version includes support for
no_wrapper
options. - Fixes issue where GitHub actions service account cannot add preview URLs to Auth authorized domains. (#6895)
- Fixes issue where GOOGLE_CLOUD_QUOTA_PROJECT breaks functions source uploads (#6917)
v13.5.2
v13.5.1
v13.5.0
- 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
- 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
v13.3.1
- Release Cloud Firestore emulator v1.19.1:
- Adds support for Datastore Mode to the Firstore Emulator. Adds
--database-mode
flag togcloud 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.
- Adds support for Datastore Mode to the Firstore Emulator. Adds
- Improve FAH onboarding flow to connect backends with SCMs (#6764).
- Fixed issue where GitHub actions would fail due to lack of permission. (#6791)