You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated supported runtimes for functions. Default python runtime is now 3.13. (#8534)
1
2
- Fixed issue where Secret Manager API was not automatically enabled for functions using secrets. (#8528)
2
3
- Changed artifact registry cleanup policy error to warn for CI/CD workloads #8513
3
4
- Enhance firebase init apphosting to support local source deploys. (#8479)
4
5
- Fixed issue where `firebase init hosting:github` didn't correctly parse the repo input. (#8536)
5
6
- Add GCP API client functions to support App Hosting deploy from source feature. (#8545)
6
7
- Changed firebase init template for functions to pin runtime version on init. (#8553)
7
8
- Fix an issue where updating a Cloud Function that retires would add incorrect fields to the updateMask. (#8560)
9
+
- Fixed multi tenancy support for SSO users in the auth emulator (#8544)
8
10
- Add SDK autoinit capabilities to App Hosting emulator. (#8582)
9
11
- Provision App Hosting compute service account during init flow. (#8580)
12
+
- Updated the Firebase Data Connect local toolkit to v2.6.1, which includes the following changes: (#8598)
13
+
- Fixed a bug where `@transaction` continued to execute after errors and produces more confusing errors.
14
+
- Fixed a bug where rolled-back fields in `@transaction` returned bogus data that had been invalidated by the rollback. They now correctly return null with a corresponding error "(rolled back)".
15
+
- Disallow `@check` on side-effect fields if the mutation doesn't have `@transaction`.
16
+
- Improved error messages when reading a field of `null` in CEL expressions.
17
+
- Updated the underlying Go dependency version from v1.22.2 to v1.22.12.
18
+
- Added the `response` binding to Server Values and `@check(expr:)` CEL expressions.
This is a running process of the Firebase MCP server. This command should only be executed by an MCP client. An example MCP client configuration might be:
@@ -36,7 +37,10 @@ export async function mcp(): Promise<void> {
0 commit comments