firebase-hosting-basics
Deploys and configures classic Firebase Hosting for static websites, single-page apps (SPAs), and microservices. Use when deploying static sites/SPAs, setting up custom domains, configuring firebase.json hosting settings (redirects, rewrites, headers, multi-site), or managing preview channels. Don't use for Firebase App Hosting (Next.js/SSR), Auth, Firestore queries/rules, Data Connect, or Crashlytics.
DeepseekModel
官方收录技能
质量 优秀 · 78
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=firebase-agent-skills-skills-firebase-hosting-basics-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name firebase-hosting-basics description Deploys and configures classic Firebase Hosting for static websites, single-page apps (SPAs), and microservices. Use when deploying static sites/SPAs, setting up custom domains, configuring firebase.json hosting settings (redirects, rewrites, headers, multi-site), or managing preview channels. Don't use for Firebase App Hosting (Next.js/SSR), Auth, Firestore queries/rules, Data Connect, or Crashlytics. metadata {"category":"Serverless"} hosting-basics This skill provides instructions and references for working with Firebase Hosting, a fast and secure hosting service for your web app, static and dynamic content, and microservices. Overview Firebase Hosting provides production-grade web content hosting for developers. With a single command, you can deploy web apps and serve both static and dynamic content to a global CDN (content delivery network). Key Features: Fast Content Delivery: Files are cached on SSDs at CDN edges around the world. Secure by Default: Zero-configuration SSL is built-in. Preview Channels: View and test changes on temporary preview URLs before deploying live. GitHub Integration: Automate previews and deploys with GitHub Actions. Dynamic Content: Serve dynamic content and microservices using Cloud Functions or Cloud Run. Hosting vs App Hosting Choose Firebase Hosting if: You are deploying a static site (HTML/CSS/JS). You are deploying a simple SPA (React, Vue, etc. without SSR). You want full control over the build and deploy process via CLI. Choose Firebase App Hosting if: You are using a supported full-stack framework like Next.js or Angular. You need Server-Side Rendering (SSR) or ISR. You want an automated "git push to deploy" workflow with zero configuration. Instructions 1. Configuration ( firebase.json ) For details on configuring Hosting behavior, including public directories, redirects, rewrites, and headers, see configuration.md . 2. Deploying For instructions on deploying your site, using preview channels, and managing releases, see deploying.md . 3. Emulation To test your app locally: npx -y firebase-tools@latest emulators:start --only hosting This serves your app at http://localhost:5000 by default.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |