Home / Companies / Firebase / Blog / December 2024

December 2024 Summaries

4 posts from Firebase

Filter
Month: Year:
Post Summaries Back to Blog
Firebase Data Connect, now renamed SQL Connect, recaps enhancements introduced since its public preview, including a one-command setup for macOS and Linux, Gemini-assisted GraphQL query generation in the Firebase console, an Operations page for viewing deployed connectors and APIs, and expanded authorization logic through CEL-enabled `@check` directives. The update also adds platform quickstarts, IDX templates for streamlined project creation, and a command-line SQL Shell for running raw database queries. Looking ahead to 2025, the team plans additional Dart, iOS, and Android codelabs, real-world sample applications, and potential support for requested capabilities such as web framework bindings and multistep transactions. Developers are encouraged to provide feedback and feature requests through Firebase UserVoice using the Data Connect tag.
Dec 20, 2024 720 words in the original blog post.
Firebase App Hosting, introduced in public preview at Google I/O, is a serverless web hosting service that automates GitHub-based Angular and Next.js deployments through Cloud Build, Cloud Run, and Cloud CDN. Over its first seven months, feedback-driven additions have included wildcard custom domains, environment-specific configurations, Asian and European regions, expanded Firebase console controls, Nx monorepo and subdirectory support, manual rollouts, and cookie handling. Newly announced capabilities include a local emulator that uses apphosting.yaml settings and can download Cloud Secret Manager secrets for more consistent development environments, while an improved Firebase console interface for diagnosing build failures is expected in early January. Upcoming VPC connectivity for Cloud Run backends will enable private access to services such as Cloud SQL, Spanner, Memorystore, and internal Compute Engine or Kubernetes applications. The update also highlights Angular v19 support, including its server-side rendering capabilities, and notes that further features are planned as App Hosting moves toward general availability in 2025.
Dec 19, 2024 828 words in the original blog post.
Firebase Data Connect, now renamed SQL Connect, introduced native Dart-based Flutter SDKs during its public preview, extending existing Android, iOS, and web support for its Cloud SQL PostgreSQL-backed backend service. The service uses GraphQL schemas, queries, mutations, and authorization directives to model data and control access, while generated Flutter SDKs provide type-safe access to database operations without manual JSON parsing or SQL-like query construction. Developers can configure SDK generation in a connector YAML file, define tables such as a Movie model in a GraphQL schema, create public queries and user-authenticated mutations, install the core Flutter package, and invoke generated methods such as listMovies and createMovie from their applications. The announcement also directs developers to documentation, a VS Code extension, and a GitHub quickstart repository for further implementation guidance.
Dec 12, 2024 563 words in the original blog post.
Firebase Data Connect, now renamed SQL Connect, automatically generates strongly typed client SDKs for web, Android, iOS, and Flutter from GraphQL schemas, queries, and mutations defined for an application. These generated SDKs allow client apps to call server-deployed operations directly while keeping the operations themselves on the server, requiring coordinated server and client deployments to prevent compatibility issues. Developers configure SDK generation through the Firebase VS Code extension or a connector.yaml file, choosing a target platform, output location, and package name; generated files then expose typed functions matching the defined operations. SDKs can be regenerated automatically during development through the VS Code extension, emulator, or Firebase CLI watch mode, and support asynchronous data updates through platform-specific subscription mechanisms. The generated SDKs are application-specific, unlike the shared core Data Connect SDKs, and documentation provides platform examples and additional resources.
Dec 11, 2024 805 words in the original blog post.