Releases: firebase/firebase-tools
Releases Β· firebase/firebase-tools
v13.26.0
- Migrated some API calls from
firebase.googleapis.comtocloudresourcemanager.googleapis.com. - Moved firebase-tools-ui server.js logic to fireabse-tools to run it in-memory. (#7897)
- Updates
superstaticto9.1.0(#7929). - Added the appdistribution:group:list and appdistribution:testers:list commands.
- Aliased
appdistribution:group:*commands toappdistribution:groups:*. - Updated the Firebase Data Connect local toolkit to v1.7.3, which includes:
- Bug fixes for
@authexpressions that reference theauthvariable - Allows custom boolean claims on the auth token to be returned in expressions
- Adds support for
Optionalarrays in Swift codegen - Updates Kotlin codegen to use fully-qualified class names everywhere
- Removes
StringType_patternfrom generated docs and GQL prelude. (#7968)
- Bug fixes for
v13.25.0
- Fix Task Queue Emulator error handling to display error message properly. (#7916)
- Fixed some misleading logs when using the Data Connect emulator with
FIREBASE_DATACONNECT_POSTGRESQL_STRINGset. (#7882) - Update the Firebase Data Connect local toolkit to v1.7.0, which includes support for
queryin mutations,@checkfor advanced authorization, and replacesjava.util.Datewithcom.google.firebase.dataconnect.LocalDateforDatescalar fields and variables in Kotlin codegen. (#7936) - Fixed
firebase init genkitto work with genkit version 0.9.0.
v13.24.2
v13.24.1
- Fixes an issue where Cloud resource location wasn't set during
firebase init
v13.24.0
v13.23.1
- Check that billing is enabled and move App Hosting next to Hosting in init list (#7871).
- Fix rollouts:create to handle backend regionality & other fixes. (#7862)
- Fixed Next.js issue with PPR routes not rendering correctly. (#7625)
- Bump the Firebase Data Connect local toolkit version to v1.6.0, which adds support for
upsertMany, introducesvarsas a shorthand forrequest.variablesin@authexpressions, adds new methods toGeneratedConnectorandGeneratedOperationimplementations in Kotlin codegen (requires the v16.0.0-beta03 SDK), and fixes the use of Timestamp with optional types in Dart codegen (#7888).
v13.23.0
v13.22.1
- Updated dependencies in functions initialization template. (#7809)
- Fixed Flutter web apps that might require the --no-tree-shake-icons flag in order to build. (#7724)
- Removed outdated dependency on
rimraf. - Fixed an issue where the Extensions emulator would fail silently if started with a non-existant project without the
demo-prefix. (#7779) - Bumped the Firebase Data Connect local toolkit version to v1.5.1, which adds compatible mode schema migration support to the emulator and fixes an issue with the Timestamp type in Swift codegen. (#7837)
- Fixed an issue during functions discovery where
FUNCTIONS_DISCOVERY_TIMEOUTwasn't respected. (#6285) - Improved handling when
emulators:exportcannot read the metadata file.
v13.22.0
v13.21.0
- Add apphosting:rollouts:create CLI command. (#7687)
- Updated emulator UI to version 1.14.0, which adds support for SDK defined extensions.
- Added emulator support for SDK defined extensions.
- Fixed various trigger handling issues in the Functions emualtor, including an issue where Eventarc functions would not be emulated correctly after a reload.
- Added support for generating Dart SDKs for Data Connect connectors.
- Commands now correctly default to 'default' alias when there is more than one alias listed. (#7624)
- Updated Data Connect emulator to v1.15.0, which includes bug fixes for
insertManyand improved error handling.