ConfigCat is a managed feature flag service. Manage feature toggles across frontend, backend, mobile, desktop apps. Management app + feature flag SDKs. - ConfigCat
configCatClient.getValue("isMyAwesomeFeatureEnabled",false,(value)=>{if(value){do_the_new_thing();}else{do_the_old_thing();}}); Permissions The SDK uses theStorage APIto store cached content. To let it use the API declare thestoragepermission in yourmanifest.json. ...
ConfigCat is a developer-centric feature flag service with unlimited team size, awesome support, and a reasonable price tag.
ConfigCat Kft. Get Compatible with IntelliJ IDEA (Ultimate, Community), Android Studioand13 more Plugin Versions Compatibility: IntelliJ IDEA Ultimate Channels: Stable Version Compatibility Range Update Date 2024 1.0.0 2023.1 — 2024.3.2.1 Dec 12, 2024 ...
to the developers of the ConfigCat feature flags service.or consult on best practices with one of us who can talk tech. ConfigCat has support SLA and uptime SLA. Even users of the Free plan can get help through either our dedicated Slack channel or via email. We offer premium support sta...
ConfigCat IntelliJ Plugin to manage feature flags from JetBrains/IntelliJ IDEs. Connect your Product and Config to your IDE. Find your Feature Flag's usages in your code easily. About ConfigCat. ConfigCat is a hosted feature flag service: https://configc
npm i configcat-node constconfigcat=require("configcat-node"); 2. Go to theConfigCat Dashboardto get yourSDK Key: 3. Create aConfigCatclient instance: constconfigCatClient=configcat.getClient("#YOUR-SDK-KEY#"); You can acquire singleton client instances for your SDK keys using thegetClie...
implementation"com.configcat:configcat-java-client:8.+" 2. Go to theConfigCat Dashboardto get yourSDK Key: 3. Importcom.configcat.* in your application code 4. Create aConfigCatclient instance ConfigCatClientclient=ConfigCatClient.get("#YOUR-SDK-KEY#"); ...
configCatClient .getValueAsync('isMyAwesomeFeatureEnabled', false) .then((value) => { if (value) { do_the_new_thing(); } else { do_the_old_thing(); } });5. Dispose the ConfigCat clientYou can safely dispose all clients at once or individually and release all associated ...
Orbs configcat/scan-repository@1.10.1 configcat/scan-repository@1.10.1 PartnerReport this Orb This Orb's responsibility is to discover ConfigCat feature flag usages in your source code and to upload them to ConfigCat. Created: October 21, 2021Version Published: July 26, 2024Releases: 15 Org...