Hello guys hope you are doing great, I would like ...
# announcements
w
Hello guys hope you are doing great, I would like to know if it is possible to find user feature flags given an id (anonymous_id, user_id), does anyone know how to do it? Thanks
s
Hi Jorge, do you mean a way to see which feature flags are applied to a user given their id attribute?
w
Yes, exactly Adnan
s
I see. We don't have anything currently to see this in our UI. You could leverage our SDKs to do this programmatically
With the SDK, you could use our DevTools chrome extension to modify values and see which FFs are applied as well.
w
Got it, thanks Adnan