F

firebase-hosting-basics

Von:firebase·#136 im Trend

Install the firebase-hosting-basics skill for your AI agent. Published by firebase/agent-skills.

34.7Kwöchentliche Installationen
257Sterne
Zum ersten Mal gesehenToday

Installation

Senden Sie diesen Befehl an Ihren KI-Agenten:

npx skills add https://github.com/firebase/agent-skills --skill firebase-hosting-basics

Dokumentation

Deploy static sites, SPAs, and microservices to a global CDN with zero-config SSL.

  • Supports static sites, single-page apps (React, Vue, etc.), and dynamic content via Cloud Functions or Cloud Run integration
  • Includes preview channels for testing changes on temporary URLs before live deployment, with GitHub Actions automation
  • Configure routing, redirects, rewrites, and headers via firebase.json; emulate locally at http://localhost:5000 before deploying
  • Not intended for full-stack frameworks requiring server-side rendering; use Firebase App Hosting for Next.js, Angular, or similar