Releases: firebase/firebase-tools
Releases · firebase/firebase-tools
v13.27.0
- Fixes an issue where
emulators:exec
would return a 0 error code when emulators failed to start. (#7974) - Added
--import
andemulators:export
support to the Data Connect emulator. - Added
firebase.json#emulators.dataconnect.dataDir
. When set, Data Connect data will be persisted to the configured directory between emulator runs. - Added App Hosting Emulator: https://firebase.google.com/docs/app-hosting/emulate
- Added
apphosting:config:export
to export App Hosting configurations such as secrets into an apphosting.local.yaml file, to be used by the emulator
v13.26.0
- Migrated some API calls from
firebase.googleapis.com
tocloudresourcemanager.googleapis.com
. - Moved firebase-tools-ui server.js logic to fireabse-tools to run it in-memory. (#7897)
- Updates
superstatic
to9.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
@auth
expressions that reference theauth
variable - Allows custom boolean claims on the auth token to be returned in expressions
- Adds support for
Optional
arrays in Swift codegen - Updates Kotlin codegen to use fully-qualified class names everywhere
- Removes
StringType_pattern
from 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_STRING
set. (#7882) - Update the Firebase Data Connect local toolkit to v1.7.0, which includes support for
query
in mutations,@check
for advanced authorization, and replacesjava.util.Date
withcom.google.firebase.dataconnect.LocalDate
forDate
scalar fields and variables in Kotlin codegen. (#7936) - Fixed
firebase init genkit
to 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
, introducesvars
as a shorthand forrequest.variables
in@auth
expressions, adds new methods toGeneratedConnector
andGeneratedOperation
implementations 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_TIMEOUT
wasn't respected. (#6285) - Improved handling when
emulators:export
cannot read the metadata file.