Moai Baas Firebase Ext
Automates Firebase database interactions and BaaS logic using Moai, simplifying backend development for ajbcoding projects.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add moai-baas-firebase-ext npx -- -y @trustedskills/moai-baas-firebase-ext
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"moai-baas-firebase-ext": {
"command": "npx",
"args": [
"-y",
"@trustedskills/moai-baas-firebase-ext"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Firebase projects through the Moai BaaS platform. It provides functionality for reading and writing data, authenticating users, and managing cloud functions within a Firebase environment. This enables agents to automate tasks and integrate with existing Firebase-powered applications.
When to use it
- Automate database updates: Update product inventory in a Firebase store based on real-time sales data.
- Manage user authentication: Create or disable user accounts programmatically.
- Trigger cloud functions: Execute custom backend logic within your Firebase project automatically.
- Retrieve data for reporting: Pull specific data from Firebase to generate reports and dashboards.
Key capabilities
- Read data from Firestore databases
- Write data to Firestore databases
- Authenticate users via Firebase Authentication
- Invoke Cloud Functions deployed in a Firebase project
Example prompts
- "Update the 'products' collection in my Firebase database with a new item."
- "Create a new user account with email '[email protected]' and password 'password'."
- "Execute the 'dailyReport' cloud function in my Firebase project."
- “Retrieve all documents from the ‘orders’ collection where the status is ‘pending’.”
Tips & gotchas
- Requires proper authentication credentials for your Firebase project to be configured within the Moai BaaS environment.
- Ensure you have appropriate permissions within your Firebase project to perform the requested actions.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.