https://www.growthbook.io/ logo
b

big-florist-81994

05/25/2023, 2:57 PM
With growthbook is there a way to only submit attributes on the server side (nodejs), but still do feature flagging on the client side? The goal is to avoid exposing the attributes to the client side.
f

fresh-football-47124

05/25/2023, 3:32 PM
can you just do feature flagging server side and pass the correctly flagged state to the client?
b

big-florist-81994

05/25/2023, 3:33 PM
Yeah, that is one option, but you lose benefits like the live updates of changes, etc.
f

fresh-football-47124

05/25/2023, 3:36 PM
we are soon to be rolling out hashed attributes - which will obscure the attribute values- would that work?
b

big-florist-81994

05/25/2023, 3:36 PM
Yeah, that would work
The use case for us is that we may have some attributes, e.g. power user, requires a lot of support, etc. that we don't want directly on the client side.
Do you know when that feature will be available?
f

fresh-football-47124

05/25/2023, 4:37 PM
June 8th or earlier
h

happy-autumn-40938

05/25/2023, 10:35 PM
We’re also working on pure server-side evaluation functionality for frontend SDK connections
b

big-florist-81994

05/26/2023, 12:10 AM
Ah nice, that'd be amazing
2 Views