Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Comprehensive guide for Firestore Standard Edition, including provisioning, security rules, and SDK usage. Use this skill when the user needs help setting up Firestore, writing security rules, or usin
Imported from Fitz45/GPS-DATA (E ESEAL WEB/.kilocode/skills/firebase-firestore-standard/SKILL.md). Install upstream with npx skills add Fitz45/GPS-DATA --skill firebase-firestore-standard. Copyright stays with the author.
Firestore Standard Edition
This skill provides a complete guide for getting started with Cloud Firestore Standard Edition, including provisioning, securing, and integrating it into your application.
Provisioning
To set up Cloud Firestore in your Firebase project and local environment, see provisioning.md.
Security Rules
For guidance on writing and deploying Firestore Security Rules to protect your data, see security_rules.md.
SDK Usage
To learn how to use Cloud Firestore in your application code, choose your platform:
For checking index types, query support tables, and best practices, see indexes.md.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "fitz45-gps-data-firebase-firestore-standard",
"kind": "skill",
"name": "firebase-firestore-standard",
"description": "Comprehensive guide for Firestore Standard Edition, including provisioning, security rules, and SDK usage. Use this skill when the user needs help setting up Firestore, writing security rules, or using the Firestore SDK in their application.",
"publisher": "Fitz45",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Comprehensive guide for Firestore Standard Edition, including provisioning, security rules, and SDK usage. Use this skill when the user needs help setting up Firestore, writing security rules, or using the Firestore SDK in their application."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Fitz45/GPS-DATA",
"path": "E ESEAL WEB/.kilocode/skills/firebase-firestore-standard/SKILL.md",
"ref": "9ede00eaccede482a23852905358edc7cfc4eadd",
"url": "https://github.com/Fitz45/GPS-DATA/blob/9ede00eaccede482a23852905358edc7cfc4eadd/E ESEAL WEB/.kilocode/skills/firebase-firestore-standard/SKILL.md",
"key": "Fitz45/GPS-DATA/E ESEAL WEB/.kilocode/skills/firebase-firestore-standard/SKILL.md"
},
"compatibility": "This skill is best used with the Firebase CLI, but does not require it. Firebase CLI can be accessed through `npx -y firebase-tools@latest`."
},
"instructions": "# Firestore Standard Edition\n\nThis skill provides a complete guide for getting started with Cloud Firestore Standard Edition, including provisioning, securing, and integrating it into your application.\n\n## Provisioning\n\nTo set up Cloud Firestore in your Firebase project and local environment, see [provisioning.md](references/provisioning.md).\n\n## Security Rules\n\nFor guidance on writing and deploying Firestore Security Rules to protect your data, see [security_rules.md](references/security_rules.md).\n\n## SDK Usage\n\nTo learn how to use Cloud Firestore in your application code, choose your platfo",
"cost": {
"context_tokens": 200
}
}
Fetch it by URL: GET /api/v1/registry/fitz45-gps-data-firebase-firestore-standard/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.