remote-config

Document all 21 Remote Config keys with metadata for iOS, Android, and UI.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/Black-Sugar-21/Public-BlackSugar21 --skill remote-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remote-config
Source: https://github.com/Black-Sugar-21/Public-BlackSugar21/tree/main/.claude/skills/remote-config
Command: npx skills add https://github.com/Black-Sugar-21/Public-BlackSugar21 --skill remote-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers and product teams understand and audit all 21 Remote Config keys used by BlackSugar21, enabling safer dynamic configuration and faster debugging.

Core Features & Use Cases

  • Central reference for all 21 Remote Config keys with type, default, range, and description
  • Cross-platform visibility: keys verified across iOS, Android, and UI layers to ensure consistency
  • Use cases include configuration audits, feature flag validation, and dynamic behavior tuning for releases

Quick Start

Review the 21 Remote Config keys and their defaults to guide dynamic configuration across platforms.

Frequently Asked Questions about remote-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Firebase Remote Config keys across iOS and Android?

Auditing Firebase Remote Config keys involves aggregating key metadata such as name, type, default, range, and description. This central reference verifies cross-platform consistency across iOS, Android, and UI layers for safer dynamic configuration and faster debugging.

What is the best way to maintain consistent Remote Config defaults during a release?

Maintaining consistent Remote Config defaults during a release requires a central reference document that codifies key metadata. Reviewing the 21 keys with their defaults, types, and ranges guides dynamic configuration across platforms and ensures feature flag validation.

How do I validate dynamic app configuration keys before deploying?

Validating dynamic app configuration keys requires checking their metadata against code files and JSON config references. You verify the key name, type, default, range, and description to ensure cross-platform consistency for iOS, Android, and UI layers before deployment.

Does this Remote Config reference support feature flag validation for both iOS and Android?

Yes, this Remote Config reference supports feature flag validation by providing cross-platform visibility. Keys are verified across iOS, Android, and UI layers, ensuring consistent type, default, and range metadata for dynamic behavior tuning during releases.

Why do my dynamic app configurations show inconsistent behavior across platforms?

Inconsistent dynamic app configurations across platforms often result from unverified key metadata. Without a central reference validating type, default, and range across iOS, Android, and UI layers, configuration drift occurs and complicates debugging.