Releases: firebase/firebase-tools
Releases Β· firebase/firebase-tools
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)
v13.3.0
v13.2.1
v13.2.0
v13.1.0
- 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
v13.0.2
v13.0.1
- Fix bug where deploying Firestore function resulted in redudant API calls to the Firestore API (#6583).
- Fix an issue preventing Vite applications from being emulated on Windows. (#6411)
- Addressed an issue preventing Astro applications from being deployed from Windows. (#5709)
- Fixed an issue preventing Angular apps using ng-deploy from being emulated or deployed. (#6584)
- Warn if a Web Framework is outside a well known version range on deploy/emulate. (#6562)
- Use Web Framework's well known version range in
firebase init hosting
. (#6562) - Permit use of more SSR regions in Web Frameworks deploys. (#6086)
- Limit Web Framework's generated Cloud Function name to 23 characters, fixing deploys for some. (#6260)
- Allow Nuxt as an option during
firebase init hosting
. (#6309)
v13.0.0
- Breaking: dropped support for running the CLI on Node.js v16.
- Breaking: Refactored
functions:shell
to remove dependency on deprecatedrequest
module.- As part of this change, removed support for some rarely used features of
request
.
- As part of this change, removed support for some rarely used features of
- Breaking: Removed deprecated
ext:dev:publish
command. Useext:dev:upload
instead. - Breaking: Functions deployment no longer deploys
functions
directory if there is nofunctions
config infirebase.json
. (#6450) - Added support for running the CLI on Node.js v20.
- Switched Storage deployment to use GetDefaultBucket endpoint to fetch default Storage bucket. (#6467)
- Fixed an issue with emulating blocking functions when using multiple codebases (#6504).
- Added force flag call-out for bypassing prompts (#6506).
- Added the ability to deploy Angular apps using the new application-builder. (#6480)
- Fixed an issue where
--non-interactive
flag is not respected in Firestore indexes deploys. (#6539) - Fixed an issue where
login:use
would not work outside of a Firebase project directory. (#6526) - Prevent app router static
not-found
requiring a Cloud Function in Next.js deployments. (#6558) - Use only site id from site name in list versions API. (#6565)