https://www.growthbook.io/ logo
Title
l

Lambo

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.
g

Graham

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

Lambo

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

Graham

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

Lambo

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?
g

Graham

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

Bryce Fitzsimons

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

Lambo

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