Hi! The docs seem to be down. I have a question si...
# ask-questions
c
Hi! The docs seem to be down. I have a question since I can't read the docs, for feature flags is there a way to update the attributes without changing the bucket the user is put into? What I basically want to do is, when a user is not logged in, set the deviceId attribute using an external ID, then when the user logs in set the id. And I want the user to be in the same bucket he was in before so that he doesn't see anything different. My first initial thought was to save the feature flag into the user's document but that doesn't seem right.
1
w
Sorry that it is currently down. We will get it back up as soon as possible. You can also access the documentation if you
git clone
our repo here: https://github.com/growthbook/growthbook. Then
cd docs
and
yarn dev
then localhost:3200 should have them.
To answer your question we are currently working on a sticky bucketing feature which should be available soon.
Sorry again that the docs were down. They are back up now.