Skip to content

isFeatureFlagEnabled removed from BulletTrain Client #4

Description

@FilledStacks

The code below was what we use to use to check if a feature is enabled.

var featureEnabledValue =
        await _bulletTrainClient.isFeatureFlagEnabled(key);

What do we use now to replace this. The getFeatureFlagValue returns a key but we need a bool and don't want any magic / const strings in our app that's depending on user input.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions