From 2ddde48adde1feda62d02fdfedbef046d45479c9 Mon Sep 17 00:00:00 2001 From: Jeff <3759507+jhuleatt@users.noreply.github.com> Date: Thu, 25 Sep 2025 09:41:46 -0400 Subject: [PATCH] Add Firebase App Hosting to hosting.md [App Hosting](https://firebase.google.com/docs/app-hosting)'s integration with Nitro as a [zero-config provider](https://nitro.build/deploy#zero-config-providers) means that there isn't any work to do to deploy TanStack Start sites. --- docs/start/framework/react/hosting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/start/framework/react/hosting.md b/docs/start/framework/react/hosting.md index 5bbdba8f5d..f5afdd555b 100644 --- a/docs/start/framework/react/hosting.md +++ b/docs/start/framework/react/hosting.md @@ -161,6 +161,10 @@ export default defineConfig({ Deploy your application to Vercel using their one-click deployment process, and you're ready to go! +### Firebase App Hosting + +[Firebase App Hosting](https://firebase.google.com/docs/app-hosting) is compatible with TanStack Start [without any additional configuration needed](https://firebase.blog/posts/2025/06/app-hosting-frameworks#nitro-analog-nuxt-solidstart-tanstack-start). + ### Node.js / Railway / Docker TanStack Start builds to a `node` server by default. Use the `node` command to start your application from the server from the build output files.