- Added
firebase deploy --dry-run
, which validates your changes and builds your code without making any production changes. - Added support for non-default Firestore databases in
firebase init
. (#7655) - Updated supported range for Angular framework. (#7418)
- Fixed (Angular 17+) temporary change the PORT in Angular server.ts (#6651)
- Switched Data Connect API from
v1alpha
tov1beta
. (#7589) - Improved handling of Spark projects in
firebase init dataconnect
. (#7666) - Updated Firebase Data Connect local toolkit version to v1.3.7, which adds support for
v1beta
gRPC APIs and theOrderDirection
enum in Swift, and makes transactional queries and mutations opt-in with the@transaction
directive. (#7679) - Add dataconnect SQL grant command
firebase dataconnect:sql:grant -R <role> -E email
. (#7656) - Added better handling for paths with spaces in
getGlobalEsbuildVersion
function. (#7571)