Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 396 Bytes

File metadata and controls

4 lines (3 loc) · 396 Bytes

About

All applications operate with some read-only configurations (feature flags, URLs, etc.) required for the app to function properly in different environments. The Config API provides an intuitive facade for managing such configurations easily. This allows you to change the underlying implementation later (e.g., integrating Firebase Remote Config) without impacting the entire codebase.