Comprehensive guide for Firebase Remote Config, including template management and SDK usage. Use this skill when the user needs help setting up Remote Config,…
Remote Config This skill provides a complete guide for getting started with Remote Config on Android or iOS. Remote Config allows you to change the behavior and appearance of your app without publishing an app update by maintaining a cloud-based configuration template. Prerequisites Provisioning Remote Config requires both a Firebase project and a Firebase app, either Android or iOS. To manage the Remote Config template and conditions via the command line, use the Firebase CLI. See the firebase-basics skill for references on project initialization. Troubleshooting Execution Handling npx 403 Forbidden Errors If npx -y firebase-tools@latest fails due to registry permissions (403 error): Inform the user: "I am unable to fetch the latest Firebase tools via npx due to a registry error." Fallback: Attempt to use the local firebase command directly if the user confirms it is installed globally (npm install -g firebase-tools).
don't have the plugin yet? install it then click "run inline in claude" again.