March 2025 Summaries
4 posts from Firebase
Filter
Month:
Year:
Post Summaries
Back to Blog
Firebase Genkit Node.js 1.0 introduces Firebase Genkit Monitoring, a production observability tool designed to help developers track and troubleshoot generative AI features built with large language models. By installing the Firebase plugin, enabling telemetry, and redeploying an application, developers can automatically send data to Google Cloud Logging, Trace, and Monitoring and view it in the Firebase console. The monitoring dashboard provides feature-level metrics such as usage, success rates, p95 latency, and input and output token counts, which can help indicate costs, model behavior, and potential quality issues. More detailed feature pages, failed-path tables, and trace views allow developers to locate errors within complex multi-step flows, inspect inputs, outputs, latency, statuses, and models, and export traces for Genkit evaluations. The underlying telemetry remains accessible through Google Cloud services, supporting deeper investigation and integration with other application data.
Mar 18, 2025
807 words in the original blog post.
Firebase App Hosting’s March update introduces instant rollbacks, automatic Firebase SDK initialization, clearer build-error reporting, and VPC networking support for full-stack web applications. Instant rollbacks restore a previously deployed container image without rebuilding it, enabling faster incident recovery while preserving the environment variables, secrets, and runtime settings associated with that version. Automatic client-side Firebase initialization removes the need to include a Firebase configuration object when deploying through App Hosting, allowing the same codebase to work across development, staging, and production environments while reducing the risk of connecting to the wrong backend services. The App Hosting dashboard now displays build errors directly while retaining links to detailed Cloud Build logs. Apps can also connect to private resources such as Cloud SQL, Spanner, Memorystore, and internal services through direct VPC egress or serverless connectors, with configuration options designed to support reusable deployment settings across projects.
Mar 11, 2025
1,085 words in the original blog post.
Cloud Functions for Firebase has introduced streaming responses for callable functions and an onCallGenkit trigger to support more responsive, AI-powered applications. Streaming allows Node.js callable functions to send incremental data chunks to web clients using the Firebase JavaScript SDK, improving experiences for token-by-token generative AI output, large datasets, and live data feeds while retaining a full-response fallback for clients without streaming support. The new onCallGenkit trigger lets developers deploy Firebase Genkit generative AI flows as secure, scalable callable APIs, with built-in streaming through sendChunk, familiar Firebase deployment, App Check protection, Secret Manager integration, and second-generation concurrency. These capabilities are currently available for the second-generation Node.js runtime, while Python support and streaming support in Swift, Kotlin, and Dart client SDKs remain in development.
Mar 06, 2025
1,278 words in the original blog post.
Firebase AI Logic, formerly known as Vertex AI in Firebase, enables developers to integrate Google’s generative AI models into Android, iOS, Flutter, and web applications through serverless client SDKs. The service now supports Imagen 3 and Imagen 3 Fast alongside Gemini, allowing apps to generate up to four images from text prompts while choosing between higher visual quality and lower latency. Developers can configure image resolution, aspect ratio, output format, watermarking, and safety filters, including controls for generated people and restricted content. Setup involves enabling the Firebase service, adding the relevant SDK, selecting an Imagen model, and calling an image-generation function from app code. The public preview does not yet support image editing or upscaling, image-to-image inputs, or predefined visual styles, though additional image-generation features are planned.
Mar 03, 2025
788 words in the original blog post.