Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose mobile_side_only flags through the Server SDK #67

Open
0xarvin opened this issue Mar 14, 2024 · 2 comments
Open

Expose mobile_side_only flags through the Server SDK #67

0xarvin opened this issue Mar 14, 2024 · 2 comments
Labels

Comments

@0xarvin
Copy link

0xarvin commented Mar 14, 2024

Describe the solution you'd like
When fetching all_flags_details, I noticed that FlagDetailConfig includes a field for client_side_only but it doesn't include one for mobile_side_only. We'd like to fetch the mobile only flags from our server. Our target architecture is to have the server drive a lot of the interactions with external vendors and for the client to require as few external dependencies as possible.

Describe alternatives you've considered
There are no additional pieces of information to discern flags from the returned values in all_flag_details. Otherwise, I would look through each of the flags and filter on whether it was a mobile only flag.

Additional context
Add any other context about the feature request here.

@cwaldren-ld
Copy link
Contributor

Hi @0xarvin , this sounds like a reasonable use-case - would you mind expanding a bit on:

Our target architecture is to have the server drive a lot of the interactions with external vendors and for the client to require as few external dependencies as possible.

And how that relates to your request?

Filed internally as 236815.

@cwaldren-ld cwaldren-ld added the waiting for feedback Indicates LaunchDarkly is waiting for customer feedback before issue is closed due to staleness. label Mar 15, 2024
@0xarvin
Copy link
Author

0xarvin commented Mar 15, 2024

So we don't want to use the LaunchDarkly iOS and Android SDKs. Rather, we want our server backend to retrieve the relevant mobile flags and return them to the client.

Right now, that isn't possible through any of the SDK endpoints.

@github-actions github-actions bot added the Stale label Apr 15, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 23, 2024
@cwaldren-ld cwaldren-ld reopened this Apr 23, 2024
@cwaldren-ld cwaldren-ld removed the waiting for feedback Indicates LaunchDarkly is waiting for customer feedback before issue is closed due to staleness. label Apr 23, 2024
@launchdarkly launchdarkly deleted a comment from github-actions bot Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants