firebase
30
总安装量
30
周安装量
#7014
全站排名
安装命令
npx skills add https://github.com/andrejones92/canifi-life-os --skill firebase
Agent 安装分布
claude-code
27
gemini-cli
24
opencode
24
codex
21
cursor
21
antigravity
20
Skill 文档
Firebase Skill
Overview
Enables Claude to access Firebase Console to check hosting deployments, monitor Analytics, view Firestore data, manage Authentication, and oversee Firebase project resources.
Quick Install
curl -sSL https://canifi.com/skills/firebase/install.sh | bash
Or manually:
cp -r skills/firebase ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set FIREBASE_EMAIL "your-email@example.com"
Privacy & Authentication
Your credentials, your choice. Canifi LifeOS respects your privacy.
Option 1: Manual Browser Login (Recommended)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
Option 2: Environment Variables
If you’re comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
Capabilities
- View hosting deployment status
- Monitor Analytics and Crashlytics
- Check Firestore usage and data
- View Authentication users
- Monitor Cloud Functions
- Check project usage and billing
Usage Examples
Example 1: Check Hosting
User: "What's the Firebase hosting status?"
Claude: I'll check your Firebase hosting.
- Opens console.firebase.google.com via Playwright MCP
- Logs into Google account
- Hosting status:
- Production: my-app.web.app (live)
- Last deploy: 2 hours ago
- Release version: v45
- CDN: All regions cached
- Preview channels: 2 active
Example 2: View Analytics
User: "Show Firebase Analytics"
Claude: I'll check your app analytics.
- Views Analytics dashboard
- Last 7 days:
- Active users: 12,345
- Sessions: 34,567
- Screen views: 89,012
- Top events: login, purchase, share
- User retention: 35% day 7
- Crashes: 12 (0.01%)
Example 3: Check Firestore
User: "How's my Firestore usage?"
Claude: I'll check Firestore metrics.
- Views Firestore usage
- Current usage:
- Reads: 45,678 today
- Writes: 12,345 today
- Deletes: 234 today
- Storage: 2.3GB
- Daily quota: 50k reads (91% used)
- No billing alerts
Authentication Flow
- Navigate to console.firebase.google.com via Playwright MCP
- Sign in with Google account
- Use credentials from canifi-env
- Handle 2FA if required
- Select project if multiple
- Maintain Google session
Error Handling
- Login Failed: Re-authenticate Google
- Project Not Found: Check project access
- Quota Exceeded: Check billing settings
- Session Expired: Re-authenticate
- Function Error: Check function logs
- Rate Limited: Wait and retry
Self-Improvement Instructions
After each interaction:
- Track common monitoring patterns
- Note analytics preferences
- Log quota monitoring
- Document console changes
Suggest updates when:
- Firebase console updates
- New features added
- Pricing changes
- Integration expands
Notes
- Part of Google Cloud
- Hosting is CDN-backed
- Functions are serverless
- Firestore is NoSQL
- Auth has many providers
- Crashlytics for mobile
- Performance monitoring available