v14.21.0
·
78 commits
to master
since this release
- Added a command
firebase firestore:databases:cloneto clone a Firestore database (#9262). - Added JSON format support for Cloud Functions secrets with
--format jsonflag and auto-detection from file extensions (#1745) firebase dataconnect:sdk:generatewill runinit dataconnect:sdkautomatically if no SDKs are configured (#9325).- Tightened --only filter resolution for functions deployment to prefer codebase names (#9353)
- Fixed an issue where the Data Connect emulator would attempt to export data when
FIREBASE_DATACONNECT_POSTGRESQL_STRINGis set (#9330) - Added
functions.disallowLegacyRuntimeConfigoption tofirebase.jsonto optionally skip fetching legacy Runtime Config during function deploys (#9354) - Updated to v2.15.1 of the Data Connect emulator, which includes internal improvements (#9366)
- Updated Data Connect Dart SDK's default import path to
import 'dataconnect_generated/generated.dart';(#9365)