We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755e3bc commit 5338516Copy full SHA for 5338516
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+- BREAKING: Drop support for Node.js 16. Minimum supported version is now Node.js 18. (#1747)
2
+- BREAKING: Remove deprecated `functions.config()` API. Use `params` module for environment variables instead. (#1748)
3
+- BREAKING: Upgrade to TypeScript v5 and target ES2022. (#1746)
4
+- BREAKING: Unhandled errors in async `onRequest` handlers in the Emulator now return a 500 error immediately. (#1755)
5
+- Add support for ESM (ECMAScript Modules) alongside CommonJS. (#1750)
6
+- Add `onMutationExecuted()` trigger for Firebase Data Connect. (#1727)
0 commit comments