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
- Fixed an issue where the emulator would fail to start when using `firebase-functions` v7+ (#9401).
1
2
- Added `functions.list_functions` as a MCP tool (#9369)
2
3
- Added AI Logic to `firebase init` CLI command and `firebase_init` MCP tool. (#9185)
3
4
- Improved error messages for Firebase AI Logic provisioning during 'firebase init' (#9377)
5
+
- Added `appdistribution:testcases:export` and `appdistribution:testcases:import` (#9397)
6
+
- Updated to v2.16.0 of the Data Connect emulator, which includes internal improvements.
7
+
- Data Connect now allows executing a valid query / operation even if the other operations are invalid. (This toleration provides convenience on a best-effort basis. Some errors like invalid syntax can still cause the whole request to be rejected.)
8
+
- Fixed enum list deserialization in Data Connect generated Dart SDKs.
9
+
- Added GraphQL `__typename` support in Data Connect.
10
+
- Support enum values in Data Connect CEL expressions.
11
+
- Support `_id`, a global ID field in Data Connect.
0 commit comments