Write Dart everywhere: Support for Firebase Functions is here!
From Google Cloud Next '26 · 2026
Executive Summary
12 quotes
Concerns Raised
The feature is being released as an 'early-stage experiment', indicating it may not be production-ready for all use cases.
The initial release is limited, supporting only HTTP-triggered functions and lacking support for other event triggers (e.g., from Auth or Firestore events).
Opportunities Identified
Enables the large and growing Flutter developer community to build full-stack applications in a single language.
Provides a highly performant, cost-effective solution for serverless backends due to native compilation and fast cold starts.
Simplifies development workflows by allowing code and type sharing between the client and server.