google-oss-bot
released this
04 Dec 23:39
·
11 commits
to master
since this release
- Enable apphosting:rollouts:create command. (#8031)
- Added default value for
emulators.dataconnect.dataDir
toinit dataconnect
. - Fixed issue where expired auth tokens would not refresh when running on IDX.
- Fixed an issue where
firebase
would error out instead of displaying help text. - Fixed an issue where
firebase init genkit
would error on Windows machines. - Fixed an issue where emulator returned error when emulating alerts functions written in python (#8019)
- Better error message for emulator binary architecture incompatibility on MacOS (#7995).
- Deprecated
emulators.apphosting.startCommandOverride
. Please useemulators.apphosting.startCommand
instead. - Updated
superstatic
to9.1.0
in package.json. - Updated the Firebase Data Connect local toolkit to v1.7.4, which includes a fix for an issue that caused duplicate installations of the Firebase JS SDK. (#8028)
- Add support for
linkProviderUserInfo
in the Auth emulator to allow linking providers to user accounts. (#4170)