# App Hosting

Published articles for App Hosting.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Introducing Firebase spend caps

DevFeed: [Introducing Firebase spend caps](<https://devfeed.tech/articles/introducing-firebase-spend-caps-17466.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2026/09/firebase-spend-caps>)

Author: Yvonne Monterroso

Published: 2026-09-14T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [API](<https://devfeed.tech/topics/api.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [api](<https://devfeed.tech/tags/api.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [billing](<https://devfeed.tech/tags/billing.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-functions](<https://devfeed.tech/tags/cloud-functions.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [financial](<https://devfeed.tech/tags/financial.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-console](<https://devfeed.tech/tags/firebase-console.md>), [google-cloud](<https://devfeed.tech/tags/google-cloud.md>)

### AI overview

Firebase introduces spend caps for eligible services, including Firebase AI Logic, Cloud Functions for Firebase, and Firebase App Hosting. Developers can set service-level limits, receive alerts at 50%, 80%, and 100% of the budget, and pause a service when the cap is reached.

### Source excerpt

Spend caps are designed to act as a circuit breaker for services like the Gemini API and Cloud Functions, reducing the risk of a financial surprise from a simple coding error or an unexpected spike in traffic.

## Next.js 16.2 introduces a stable Deployment Adapter API for Firebase App Hosting

DevFeed: [Next.js 16.2 introduces a stable Deployment Adapter API for Firebase App Hosting](<https://devfeed.tech/articles/next-js-deployment-adapters-a-bright-future-for-next-js-on-google-cloud-16658.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2026/03/nextjs-adapters>)

Author: James Daniels

Published: 2026-03-26T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Google Cloud Platform (GCP)](<https://devfeed.tech/topics/google-cloud.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Netlify](<https://devfeed.tech/topics/netlify.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [cloud-run](<https://devfeed.tech/tags/cloud-run.md>), [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [google-cloud](<https://devfeed.tech/tags/google-cloud.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [netlify](<https://devfeed.tech/tags/netlify.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [release](<https://devfeed.tech/tags/release.md>), [security](<https://devfeed.tech/tags/security.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Firebase announces that Next.js 16.2 includes a stable, documented Deployment Adapter API, intended to give hosting providers an official integration path and support more predictable framework updates. The article presents this as an initial milestone; advanced features still pose architectural challenges.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## App Hosting has in-console environment variables and faster builds

DevFeed: [App Hosting has in-console environment variables and faster builds](<https://devfeed.tech/articles/app-hosting-has-in-console-environment-variables-and-faster-builds-16654.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2026/03/apphosting-march-update>)

Author: Julia Reid

Published: 2026-03-12T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [build performance](<https://devfeed.tech/topics/build-performance.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [build-times](<https://devfeed.tech/tags/build-times.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [environment-variables](<https://devfeed.tech/tags/environment-variables.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-console](<https://devfeed.tech/tags/firebase-console.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Firebase App Hosting now supports adding and editing environment variables in the Firebase console. The update also describes configuration merging, precedence rules, secret references, and an optimized build process intended to improve build times.

### Source excerpt

Manage environment variables in the Firebase console, and learn about a small change our engineering team made to improve build times for everyone.

## App Hosting adds support for Turborepo

DevFeed: [App Hosting adds support for Turborepo](<https://devfeed.tech/articles/app-hosting-adds-support-for-turborepo-16646.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2026/01/apphosting-turborepo>)

Author: Julia Reid

Published: 2026-01-08T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Continuous Deployment (CD)](<https://devfeed.tech/topics/continuous-deployment.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>)

Tags: [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [continuous-deployment](<https://devfeed.tech/tags/continuous-deployment.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [parallel](<https://devfeed.tech/tags/parallel.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Firebase App Hosting now supports Turborepo for JavaScript and TypeScript monorepos. The article explains how Turborepo uses task configuration, dependency graphs, and parallel execution to support reliable and efficient builds and deployments.

### Source excerpt

Efficient builds in App Hosting's continuous deployment pipeline, even for large and complex monorepos.

## A roundup of Firebase news from Brazil

DevFeed: [A roundup of Firebase news from Brazil](<https://devfeed.tech/articles/a-roundup-of-firebase-news-from-brazil-16623.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/09/brazil-roundup>)

Author: Arthur Thompson

Published: 2025-09-10T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Genkit](<https://devfeed.tech/topics/genkit.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [android](<https://devfeed.tech/tags/android.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [brazil](<https://devfeed.tech/tags/brazil.md>), [browser](<https://devfeed.tech/tags/browser.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-studio](<https://devfeed.tech/tags/firebase-studio.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [genkit](<https://devfeed.tech/tags/genkit.md>), [go](<https://devfeed.tech/tags/go.md>), [image-editing](<https://devfeed.tech/tags/image-editing.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [news](<https://devfeed.tech/tags/news.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [sql-connect](<https://devfeed.tech/tags/sql-connect.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Firebase's Brazil roundup describes updates to Firebase AI Logic, including thinking-budget controls, thought summaries, image editing for Android and Flutter, Gemini Live API support, and hybrid on-device and cloud model experiences in Chrome. It also highlights Firebase App Hosting, Data Connect, and Genkit Go 1.0 updates.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## App Hosting has faster deployments, route-based monitoring, and improved CI/CD setup

DevFeed: [App Hosting has faster deployments, route-based monitoring, and improved CI/CD setup](<https://devfeed.tech/articles/app-hosting-has-faster-deployments-route-based-monitoring-and-improved-ci-cd-setup-16621.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/08/apphosting-august-update>)

Author: Jeff Huleatt

Published: 2025-08-25T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Cloud Run](<https://devfeed.tech/topics/cloud-run.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [cache](<https://devfeed.tech/tags/cache.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [cloud-run](<https://devfeed.tech/tags/cloud-run.md>), [containers](<https://devfeed.tech/tags/containers.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [latency](<https://devfeed.tech/tags/latency.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Firebase App Hosting updates include faster deployments through smaller Next.js server containers, route-based monitoring for up to 20 routes, and GitHub connection management in the Firebase console for CI/CD setup. The article reports that internal monitoring found builds were 30% faster on average for customers.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## What web frameworks does Firebase App Hosting support?

DevFeed: [What web frameworks does Firebase App Hosting support?](<https://devfeed.tech/articles/what-web-frameworks-does-firebase-app-hosting-support-16608.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/06/app-hosting-frameworks>)

Author: Jeff Huleatt

Published: 2025-06-05T00:00:00Z

Content type: article

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [Cloud Run](<https://devfeed.tech/topics/cloud-run.md>), [Astro](<https://devfeed.tech/topics/astro.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Web app](<https://devfeed.tech/topics/webapp.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [astro](<https://devfeed.tech/tags/astro.md>), [cloud-run](<https://devfeed.tech/tags/cloud-run.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [frameworks](<https://devfeed.tech/tags/frameworks.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [react](<https://devfeed.tech/tags/react.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [svelte](<https://devfeed.tech/tags/svelte.md>), [vite](<https://devfeed.tech/tags/vite.md>), [web](<https://devfeed.tech/tags/web.md>), [web-app](<https://devfeed.tech/tags/web-app.md>)

### AI overview

Firebase App Hosting provides built-in build and deployment support for Angular and Next.js, while community adapters enable additional JavaScript frameworks such as Nuxt, TanStack Start, SolidStart, and Analog. Astro support is described as a proof of concept, and unrecognized frameworks can use the Node.js Cloud buildpack.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Firebase Studio: Tips and Tricks

DevFeed: [Firebase Studio: Tips and Tricks](<https://devfeed.tech/articles/firebase-studio-tips-and-tricks-16605.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/05/studio-tips-tricks>)

Author: Jess Kuras

Published: 2025-05-29T10:50:00Z

Content type: tutorial

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Development](<https://devfeed.tech/topics/development.md>), [App](<https://devfeed.tech/topics/app.md>), [debug](<https://devfeed.tech/topics/debug.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [app-development](<https://devfeed.tech/tags/app-development.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [bug](<https://devfeed.tech/tags/bug.md>), [code](<https://devfeed.tech/tags/code.md>), [debug](<https://devfeed.tech/tags/debug.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-studio](<https://devfeed.tech/tags/firebase-studio.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [image](<https://devfeed.tech/tags/image.md>), [tips](<https://devfeed.tech/tags/tips.md>), [tips-and-tricks](<https://devfeed.tech/tags/tips-and-tricks.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>)

### AI overview

This tutorial presents practical Firebase Studio features for faster app development, including annotation tools, image uploads, element selection, version restoration, and switching Gemini models.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## What's new in Firebase at I/O 2025

DevFeed: [What's new in Firebase at I/O 2025](<https://devfeed.tech/articles/what-s-new-in-firebase-at-i-o-2025-16607.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/05/whats-new-at-google-io>)

Author: Aja Hammerly; Seba Gnagnarella

Published: 2025-05-20T10:51:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Google](<https://devfeed.tech/topics/google.md>), [Figma](<https://devfeed.tech/topics/figma.md>), [Firestore](<https://devfeed.tech/topics/firestore.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [ui](<https://devfeed.tech/topics/ui.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [app-check](<https://devfeed.tech/tags/app-check.md>), [app-development](<https://devfeed.tech/tags/app-development.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [code](<https://devfeed.tech/tags/code.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [design](<https://devfeed.tech/tags/design.md>), [development](<https://devfeed.tech/tags/development.md>), [emulator-suite](<https://devfeed.tech/tags/emulator-suite.md>), [figma](<https://devfeed.tech/tags/figma.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-ai-logic](<https://devfeed.tech/tags/firebase-ai-logic.md>), [firebase-studio](<https://devfeed.tech/tags/firebase-studio.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [genkit](<https://devfeed.tech/tags/genkit.md>), [google](<https://devfeed.tech/tags/google.md>), [google-i-o](<https://devfeed.tech/tags/google-i-o.md>), [launch](<https://devfeed.tech/tags/launch.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [news](<https://devfeed.tech/tags/news.md>), [phone-number-verification](<https://devfeed.tech/tags/phone-number-verification.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [remote-config](<https://devfeed.tech/tags/remote-config.md>), [sql-connect](<https://devfeed.tech/tags/sql-connect.md>), [terraform](<https://devfeed.tech/tags/terraform.md>), [unity](<https://devfeed.tech/tags/unity.md>), [updates](<https://devfeed.tech/tags/updates.md>), [vertex-ai](<https://devfeed.tech/tags/vertex-ai.md>)

### AI overview

Firebase's I/O 2025 updates introduce new Firebase Studio capabilities, including Gemini 2.5 support, Figma design import, image replacement, and automated backend setup with Firebase Authentication and Firestore integrations.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Top Firebase Studio updates from Google I/O 2025

DevFeed: [Top Firebase Studio updates from Google I/O 2025](<https://devfeed.tech/articles/top-firebase-studio-updates-from-google-i-o-2025-16606.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/05/studio-updates-from-io>)

Author: Jess Kuras; Kirupa Chinnathambi

Published: 2025-05-20T10:50:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Figma plugin](<https://devfeed.tech/topics/figma-plugin.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Firestore](<https://devfeed.tech/topics/firestore.md>), [hosting](<https://devfeed.tech/topics/hosting.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [ai](<https://devfeed.tech/tags/ai.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [figma-plugin](<https://devfeed.tech/tags/figma-plugin.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-studio](<https://devfeed.tech/tags/firebase-studio.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [full-stack-development](<https://devfeed.tech/tags/full-stack-development.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [google-i-o](<https://devfeed.tech/tags/google-i-o.md>), [launch](<https://devfeed.tech/tags/launch.md>)

### AI overview

Firebase Studio updates include Gemini 2.5 Pro support, improvements to the App Prototyping agent, bug fixes, Figma design import through the Builder.io plugin, and automated recommendations and provisioning for Firebase Auth and Cloud Firestore backend services.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## More ways to deploy with Firebase App Hosting

DevFeed: [More ways to deploy with Firebase App Hosting](<https://devfeed.tech/articles/more-ways-to-deploy-with-firebase-app-hosting-16604.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/05/more-ways-to-deploy-app-hosting>)

Author: Julia Reid; Eric Gilmore

Published: 2025-05-20T10:45:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [emulator-suite](<https://devfeed.tech/tags/emulator-suite.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-cli](<https://devfeed.tech/tags/firebase-cli.md>), [firebase-studio](<https://devfeed.tech/tags/firebase-studio.md>), [google-i-o](<https://devfeed.tech/tags/google-i-o.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [launch](<https://devfeed.tech/tags/launch.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [terraform](<https://devfeed.tech/tags/terraform.md>), [updates](<https://devfeed.tech/tags/updates.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Firebase App Hosting adds deployment options for source code and container images without GitHub, including Firebase Studio and the Firebase CLI. It also automatically configures the Firebase SDK emulator for local testing and provides monitoring in Firebase Studio.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## What's new in Firebase at Cloud Next 2025

DevFeed: [What's new in Firebase at Cloud Next 2025](<https://devfeed.tech/articles/what-s-new-in-firebase-at-cloud-next-2025-16588.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/04/cloud-next-announcements>)

Author: Kristen Richards; Andrea Wu

Published: 2025-04-09T06:07:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Genkit](<https://devfeed.tech/topics/genkit.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Testing](<https://devfeed.tech/topics/testing.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [android](<https://devfeed.tech/tags/android.md>), [angular](<https://devfeed.tech/tags/angular.md>), [app-distribution](<https://devfeed.tech/tags/app-distribution.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [cloud-next](<https://devfeed.tech/tags/cloud-next.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-studio](<https://devfeed.tech/tags/firebase-studio.md>), [flaky](<https://devfeed.tech/tags/flaky.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [genkit](<https://devfeed.tech/tags/genkit.md>), [go](<https://devfeed.tech/tags/go.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [ios](<https://devfeed.tech/tags/ios.md>), [launch](<https://devfeed.tech/tags/launch.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [python](<https://devfeed.tech/tags/python.md>), [react](<https://devfeed.tech/tags/react.md>), [react-native](<https://devfeed.tech/tags/react-native.md>), [sql-connect](<https://devfeed.tech/tags/sql-connect.md>), [updates](<https://devfeed.tech/tags/updates.md>), [vertex-ai](<https://devfeed.tech/tags/vertex-ai.md>)

### AI overview

Firebase announces product updates at Cloud Next 2025, including Firebase Studio, an App Testing agent, expanded Genkit language support, Vertex AI integrations, and general availability for Data Connect and App Hosting.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Introducing Firebase Studio

DevFeed: [Introducing Firebase Studio](<https://devfeed.tech/articles/introducing-firebase-studio-16595.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/04/introducing-firebase-studio>)

Author: Rody Davis; Kelvin Boateng

Published: 2025-04-09T06:06:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Development](<https://devfeed.tech/topics/development.md>), [Genkit](<https://devfeed.tech/topics/genkit.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [app-development](<https://devfeed.tech/tags/app-development.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [build](<https://devfeed.tech/tags/build.md>), [cloud-next](<https://devfeed.tech/tags/cloud-next.md>), [coding](<https://devfeed.tech/tags/coding.md>), [development](<https://devfeed.tech/tags/development.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-studio](<https://devfeed.tech/tags/firebase-studio.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [genkit](<https://devfeed.tech/tags/genkit.md>), [launch](<https://devfeed.tech/tags/launch.md>), [news](<https://devfeed.tech/tags/news.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [project-idx](<https://devfeed.tech/tags/project-idx.md>), [updates](<https://devfeed.tech/tags/updates.md>), [web-app](<https://devfeed.tech/tags/web-app.md>)

### AI overview

Firebase is launching a preview of Firebase Studio, a cloud-based agentic development environment for building, testing, deploying, and running AI applications. It combines Project IDX, Genkit, and Gemini in Firebase with prototyping, coding workspaces, and deployment options.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Deploy Angular & Next.js apps with App Hosting, now GA!

DevFeed: [Deploy Angular & Next.js apps with App Hosting, now GA!](<https://devfeed.tech/articles/deploy-angular-next-js-apps-with-app-hosting-now-ga-16587.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/04/apphosting-general-availability>)

Author: Julia Reid; Jeff Huleatt

Published: 2025-04-09T06:01:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Cloud Run](<https://devfeed.tech/topics/cloud-run.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Google Cloud Platform (GCP)](<https://devfeed.tech/topics/google-cloud.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [apps](<https://devfeed.tech/tags/apps.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [cloud-next](<https://devfeed.tech/tags/cloud-next.md>), [cloud-run](<https://devfeed.tech/tags/cloud-run.md>), [domain](<https://devfeed.tech/tags/domain.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [github](<https://devfeed.tech/tags/github.md>), [google-cloud-platform](<https://devfeed.tech/tags/google-cloud-platform.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [launch](<https://devfeed.tech/tags/launch.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [security](<https://devfeed.tech/tags/security.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Firebase App Hosting has reached General Availability. The service provides managed hosting for Angular and Next.js web apps, including automated CI/CD, Cloud Run deployment for server-rendered content, global CDN caching, domain migration, and API-key secret management.

### Source excerpt

Ready to host your production server-rendered web apps on Google Cloud.

## App Hosting updates: rollbacks, SDK auto-configuration, and more

DevFeed: [App Hosting updates: rollbacks, SDK auto-configuration, and more](<https://devfeed.tech/articles/app-hosting-updates-rollbacks-sdk-auto-configuration-and-more-16581.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/03/apphosting-march-update>)

Author: Julia Reid; Jeff Huleatt

Published: 2025-03-11T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [hosting](<https://devfeed.tech/topics/hosting.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [config](<https://devfeed.tech/tags/config.md>), [feature](<https://devfeed.tech/tags/feature.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [rollback](<https://devfeed.tech/tags/rollback.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [updates](<https://devfeed.tech/tags/updates.md>), [web](<https://devfeed.tech/tags/web.md>), [web-apps](<https://devfeed.tech/tags/web-apps.md>)

### AI overview

Firebase's March update for App Hosting introduces instant rollbacks that restore a previous container image without rebuilding, along with automatic initialization of Firebase SDKs for web apps.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Firebase App Hosting adds a local emulator and other deployment features

DevFeed: [Firebase App Hosting adds a local emulator and other deployment features](<https://devfeed.tech/articles/firebase-app-hosting-emulators-and-a-look-forward-to-2025-16572.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2024/12/apphosting-emulators>)

Author: Julia Reid; James Daniels

Published: 2024-12-19T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Cloud Run](<https://devfeed.tech/topics/cloud-run.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [emulator](<https://devfeed.tech/tags/emulator.md>), [emulator-suite](<https://devfeed.tech/tags/emulator-suite.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [next](<https://devfeed.tech/tags/next.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

Firebase's end-of-year update describes new and recently added Firebase App Hosting features, including a local emulator, improved build-debugging UI, VPC connectivity, wildcard domains, additional regions, monorepo support, manual rollouts, and cookie support.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Learn to build and run AI powered apps at Firebase Demo Day '24

DevFeed: [Learn to build and run AI powered apps at Firebase Demo Day '24](<https://devfeed.tech/articles/learn-to-build-and-run-ai-powered-apps-at-firebase-demo-day-24-16570.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2024/11/demo-day>)

Author: Yasmin Gehman

Published: 2024-11-19T00:00:00Z

Content type: article

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Demo](<https://devfeed.tech/topics/demo.md>), [Genkit](<https://devfeed.tech/topics/genkit.md>), [hosting](<https://devfeed.tech/topics/hosting.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [build](<https://devfeed.tech/tags/build.md>), [demo](<https://devfeed.tech/tags/demo.md>), [demo-day](<https://devfeed.tech/tags/demo-day.md>), [event](<https://devfeed.tech/tags/event.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [full-stack-development](<https://devfeed.tech/tags/full-stack-development.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [genkit](<https://devfeed.tech/tags/genkit.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [remote-config](<https://devfeed.tech/tags/remote-config.md>), [vertex-ai](<https://devfeed.tech/tags/vertex-ai.md>)

### AI overview

Firebase Demo Day 2024 presents eight short demos showing how to build, deploy, run, monitor, and optimize AI-powered applications with Firebase products including Genkit, Vertex AI in Firebase, Gemini in Firebase, and Firebase App Hosting.

### Source excerpt

See us transform our travel app with the power of Firebase and AI

## Firebase App Hosting: More regions & manual rollouts

DevFeed: [Firebase App Hosting: More regions & manual rollouts](<https://devfeed.tech/articles/firebase-app-hosting-more-regions-manual-rollouts-16561.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2024/10/app-hosting-regions>)

Author: Tiffany Zheng; Julia Reid

Published: 2024-10-31T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Firebase CLI](<https://devfeed.tech/topics/firebase-cli.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [cli](<https://devfeed.tech/tags/cli.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-cli](<https://devfeed.tech/tags/firebase-cli.md>), [github](<https://devfeed.tech/tags/github.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [latency](<https://devfeed.tech/tags/latency.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [updates](<https://devfeed.tech/tags/updates.md>), [web](<https://devfeed.tech/tags/web.md>), [web-app](<https://devfeed.tech/tags/web-app.md>)

### AI overview

Firebase App Hosting adds deployment support for Asia and announces Europe support is coming soon. It also introduces a Firebase CLI command for manually triggering rollouts, including from a GitHub repository and for specific commits.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Save the date for Firebase Demo Day '24

DevFeed: [Save the date for Firebase Demo Day '24](<https://devfeed.tech/articles/save-the-date-for-firebase-demo-day-24-16560.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2024/10/announcing-demo-day>)

Author: Yasmin Gehman

Published: 2024-10-16T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Demo](<https://devfeed.tech/topics/demo.md>), [Google](<https://devfeed.tech/topics/google.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Genkit](<https://devfeed.tech/topics/genkit.md>), [hosting](<https://devfeed.tech/topics/hosting.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [announce](<https://devfeed.tech/tags/announce.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [demo-day](<https://devfeed.tech/tags/demo-day.md>), [event](<https://devfeed.tech/tags/event.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [full-stack-development](<https://devfeed.tech/tags/full-stack-development.md>), [genkit](<https://devfeed.tech/tags/genkit.md>), [google](<https://devfeed.tech/tags/google.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [products](<https://devfeed.tech/tags/products.md>), [virtual](<https://devfeed.tech/tags/virtual.md>)

### AI overview

Firebase announces the second Firebase Demo Day, a virtual showcase scheduled for November 19, 2024. The event will feature demos of Firebase products and features, including Firebase Genkit, Vertex AI in Firebase, Gemini in Firebase, and Firebase App Hosting.

### Source excerpt

Demo Day is back for round two! Mark your calendars for November 19, 2024

## Firebase App Hosting: Environments & deployment settings

DevFeed: [Firebase App Hosting: Environments & deployment settings](<https://devfeed.tech/articles/firebase-app-hosting-environments-deployment-settings-16558.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2024/09/app-hosting-environments>)

Author: Julia Reid; Tony Huang

Published: 2024-09-12T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [environment-variables](<https://devfeed.tech/tags/environment-variables.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [github](<https://devfeed.tech/tags/github.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [re](<https://devfeed.tech/tags/re.md>), [server-side-rendering](<https://devfeed.tech/tags/server-side-rendering.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [updates](<https://devfeed.tech/tags/updates.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Firebase App Hosting now supports environment-specific apphosting.yaml configuration files, allowing different environment variables and runtime settings for environments such as production and staging. New deployment settings also let users disable automatic rollouts and change the live branch and root directory.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Firebase App Hosting: July Update

DevFeed: [Firebase App Hosting: July Update](<https://devfeed.tech/articles/firebase-app-hosting-july-update-16555.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2024/07/app-hosting-updates>)

Author: Julia Reid; Tony Huang

Published: 2024-07-26T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [github](<https://devfeed.tech/tags/github.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [new-features](<https://devfeed.tech/tags/new-features.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [server-side-rendering](<https://devfeed.tech/tags/server-side-rendering.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

Firebase App Hosting's July update adds wildcard subdomains, Nx monorepo support, multiple backends per project, Firebase Auth in Next.js middleware, and deployment of repository subdirectories.

### Source excerpt

Nx Support. Wildcard subdomains. Auth middleware for Next.js and more!

## App Hosting vs. the original Hosting: Which one do I use?

DevFeed: [App Hosting vs. the original Hosting: Which one do I use?](<https://devfeed.tech/articles/app-hosting-vs-the-original-hosting-which-one-do-i-use-16544.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2024/05/app-hosting-vs-hosting>)

Author: Julia Reid; Thomas Bouldin

Published: 2024-05-29T00:00:00Z

Content type: comparison

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [app](<https://devfeed.tech/tags/app.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-functions](<https://devfeed.tech/tags/cloud-functions.md>), [cloud-run](<https://devfeed.tech/tags/cloud-run.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [server-side-rendering](<https://devfeed.tech/tags/server-side-rendering.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [web](<https://devfeed.tech/tags/web.md>), [web-development](<https://devfeed.tech/tags/web-development.md>)

### AI overview

This article explains when to use Firebase App Hosting versus the original Firebase Hosting. App Hosting is presented for full-stack web apps built with modern server-rendered frameworks such as Angular and Next.js, while the original Hosting product is intended for static websites.

### Source excerpt

Let's talk about what's new and different with App Hosting, and why you might want to use it for your next web app

## What's new in Firebase at I/O 2024

DevFeed: [What's new in Firebase at I/O 2024](<https://devfeed.tech/articles/what-s-new-in-firebase-at-i-o-2024-16552.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2024/05/whats-new-at-google-io>)

Author: Frank van Puffelen; Marina Coelho; Rich Hyndman

Published: 2024-05-14T06:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [API](<https://devfeed.tech/topics/api.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [NoSQL](<https://devfeed.tech/topics/nosql.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [api](<https://devfeed.tech/tags/api.md>), [app](<https://devfeed.tech/tags/app.md>), [app-check](<https://devfeed.tech/tags/app-check.md>), [app-development](<https://devfeed.tech/tags/app-development.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [crashlytics](<https://devfeed.tech/tags/crashlytics.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [developers](<https://devfeed.tech/tags/developers.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [feature-rollouts](<https://devfeed.tech/tags/feature-rollouts.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [genkit](<https://devfeed.tech/tags/genkit.md>), [google](<https://devfeed.tech/tags/google.md>), [google-i-o](<https://devfeed.tech/tags/google-i-o.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [launch](<https://devfeed.tech/tags/launch.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [remote-config](<https://devfeed.tech/tags/remote-config.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [sql](<https://devfeed.tech/tags/sql.md>), [sql-connect](<https://devfeed.tech/tags/sql-connect.md>), [vertex-ai](<https://devfeed.tech/tags/vertex-ai.md>)

### AI overview

Firebase announces product and feature updates at Google I/O 2024, including Firebase Data Connect, which brings PostgreSQL databases hosted on Cloud SQL to Firebase. Data Connect uses a GraphQL-based language to generate databases, API servers, and strongly typed SDKs, and can automatically synchronize changes across them.

### Source excerpt

New logo, more AI, and... wait for it - SQL - oh my!

## Introducing Firebase App Hosting

DevFeed: [Introducing Firebase App Hosting](<https://devfeed.tech/articles/introducing-firebase-app-hosting-16547.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2024/05/introducing-app-hosting>)

Author: Julia Reid; Jeff Huleatt

Published: 2024-05-14T02:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Cloud Run](<https://devfeed.tech/topics/cloud-run.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Front end](<https://devfeed.tech/topics/frontend.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [angular](<https://devfeed.tech/tags/angular.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [cloud-run](<https://devfeed.tech/tags/cloud-run.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [github](<https://devfeed.tech/tags/github.md>), [launch](<https://devfeed.tech/tags/launch.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [performance](<https://devfeed.tech/tags/performance.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [web](<https://devfeed.tech/tags/web.md>), [web-hosting](<https://devfeed.tech/tags/web-hosting.md>)

### AI overview

Firebase introduces the public preview of Firebase App Hosting, a secure serverless hosting product for server-rendered web apps. It manages builds, deployment, CDN delivery, and server-side rendering, with deployment support for Angular and Next.js through GitHub.

### Source excerpt

The next generation of serverless web hosting with Google