September 2024 Summaries
2 posts from Firebase
Filter
Month:
Year:
Post Summaries
Back to Blog
Following Google I/O, Firebase hosted regional I/O Connect events in Berlin, Bengaluru, and Beijing, where 36 Firebase team members delivered 30 talks, workshops, and demos covering cloud, AI, web, and mobile development while gathering community feedback through office hours and meetings with Google Developer Groups and Google Developer Experts. Key announcements included Firebase AI Monitoring, a private-preview observability tool for Genkit-based generative AI features that tracks token usage, performance, errors, code paths, and execution traces, and the AI Testing Agent in Firebase App Distribution, an early-access tool that uses natural-language testing goals to automate adaptive testing across devices. The events also featured the I/O Crossword, a Flutter, Firebase, and Gemini API-powered game that uses Gemini-generated clues and AI hints to help users explore I/O topics, alongside a learning pathway explaining its development. Firebase highlighted the value of local developer communities and encouraged participants to follow upcoming DevFest events organized by GDG communities worldwide.
Sep 27, 2024
925 words in the original blog post.
Firebase App Hosting has introduced environment-specific configuration files, allowing teams to use files such as apphosting.production.yaml and apphosting.staging.yaml to apply distinct environment variables and runtime settings while retaining shared fallback values in apphosting.yaml. Each backend can now be assigned an environment name, helping separate sensitive production data and optimize settings such as minimum instances for performance or cost. A new Deployment settings tab also lets users disable automatic GitHub-triggered rollouts, manually deploy when needed, and modify the backend’s live branch and build root directory. Additional updates include published REST API reference documentation, fixes for domain provisioning, build logs, and Yarn projects, and an increased request timeout from one to five minutes. Firebase is also working to improve Authentication support, particularly for cookie-based workflows, while updating guidance for current service-worker-based session-management workarounds.
Sep 12, 2024
723 words in the original blog post.