Background:
Our feature flag SDK currently retrieves all flags associated with a client/mobile key by default. While this approach ensures maximum flexibility, it can lead to performance issues when dealing with a large number of flags. To address this, we propose introducing a feature that allows users to selectively choose which flags to retrieve, improving performance and resource utilization.
Summary:
The feature request aims to enhance the flexibility and performance of our feature flag SDK by enabling users to specify which flags they want to retrieve for a given client/mobile key, rather than retrieving all flags by default.