firebase-core
Use for Firebase Android setup, google-services files, Firebase BoM, Gradle plugins, Emulator Suite, dev/staging/prod environments, Storage, Realtime Database, Remote Config and AI Logic foundations.
Works with
--- name: firebase-core description: Use for Firebase Android setup, google-services files, Firebase BoM, Gradle plugins, Emulator Suite, dev/staging/prod environments, Storage, Realtime Database, Remote Config and AI Logic foundations. license: MIT --- # Purpose Set up Firebase products safely and consistently in Android apps. # When to use - Adding Firebase to an Android app. - Fixing Firebase Gradle or google-services setup. - Separating environments. - Configuring Emulator Suite, Storage, Realtime Database, Remote Config or AI Logic. # Inputs to inspect - Firebase products required. - Gradle files and version catalog. - google-services policy and environments. - Existing rules and emulator config. # Required workflow 1. Identify required Firebase products and environments. 2. Review Gradle and BoM setup. 3. Add the minimum SDKs/plugins. 4. Plan rules and Emulator Suite validation. 5. Run Android build and document manual Firebase console steps. # Rules - Do not ask for private service accounts or production secrets. - Separate dev/staging/prod projects when possible. - Do not ship open rules. - Use Emulator Suite for rules/functions when available. - Consider costs and quotas for realtime listeners and storage. # Related existing skills ## Local skills to invoke - gradle-build - security-privacy - firebase-emulator-ci - firestore - firebase-auth ## External companion skills to use when installed Do not assume these companion skills are installed. Prefer the local skills above first, then consult [Companion Skills](../../docs/COMPANION_SKILLS.md) for install and verification commands. - firebase/agent-skills — use for deeper Firebase product, Firestore, Security Rules or emulator workflow guidance when installed. # Files commonly touched - `app/build.gradle.kts` - `settings.gradle.kts` - `gradle/libs.versions.toml` - `google-services.json policy docs` - `firebase.json` - `firestore.rules` - `database.rules.json` - `storage.rules` # Commands to validate ```bash ./gradlew assembleDebug firebase emulators:start firebase emulators:exec "npm test" firebase deploy --only <target> ``` # Common mistakes to avoid - Committing service accounts. - Mixing dev and prod Firebase projects. - Using allow read, write: if true in production. - Ignoring Storage/Realtime Database rules. # Checklist - BoM configured. - Environments separated. - Rules planned. - Emulator path known. - Secrets not committed. # Example prompts - Use $super-android-kotlin-firebase to add Firebase Auth and Firestore safely. - Use $super-android-kotlin-firebase to review my Firebase setup for dev/staging/prod. # Expected response style Respond with: brief diagnosis, change plan, affected files, code or diff summary, validation commands, tests added or recommended, risks, and next step. For review tasks, lead with findings ordered by severity. # References - ../../docs/audits/FUENTES_LOCALES.md - references/firebase-setup-android.md - templates/firebase-product-setup-template.md
More Mobile skills
animation-vocabulary
emilkowalski/skills
Reverse-lookup glossary that turns a vague description of a web animation or motion effect into its exact term ("the bouncy thing when a popover opens" → Pop in; "the iOS rubber-band scroll" → Rubber-banding). Use when the user asks "what's it called when…", or describes a motion effect without knowing its name and wants the right word to prompt an AI or designer with. For naming an effect, not designing or building one.
xcode-project-setup
firebase/agent-skills
Safely modifies Xcode projects (.pbxproj) to add Swift Packages and link files. Use this skill whenever an iOS project needs dependencies installed (e.g. Firebase, Alamofire).
cross-border-ecommerce
nexscope-ai/ecommerce-skills
Cross-border e-commerce expansion advisor. Scores target markets on 8 weighted dimensions (market size, ecommerce penetration, competition, regulatory complexity, logistics infrastructure, payment ecosystem, cultural distance, IP protection), compares 5 fulfillment models with cost and transit data, provides country-by-country tax/duty compliance guides (EU VAT/IOSS, UK VAT, US sales tax, CA GST, AU GST, JP consumption tax), maps local payment preferences by market, and builds a phased expansion roadmap. No API key required.

