Questions tagged [growthbook]
4 questions
1
vote
1 answer
Growthbook immediate update on mobile app
I use Growthbook to maintain my feature toggle and some other remotely configured values on my Flutter app. I successfully connect the app by using the provided SDK and connection keys.
I created some "features" on the Growthbook UI, and tested out…

Naufal Rajabi
- 334
- 4
- 13
0
votes
0 answers
Sometime growthbook's hook useFeature().source returning "defaultValue" as value
hi i am using A/B testing with growthbook
i added a feature stroke-care_page
inside this feature i added two Experiment rule
with 50%-50% coverage
In Code
in _app.js
const growthbook = new GrowthBook({
enableDevMode: true,
trackingCallback:…

Vishnu
- 11
- 2
0
votes
1 answer
Run Experiment via Feature and get VariationId of Experiment
Playing around with growthbook, and having a hard time, figuring out how to use experiments.
created experiment.
created feature, with experiment rule
now my feature has variations, and my experiment have variations.
in JS-Land, i do something…

Helmut Januschka
- 1,578
- 3
- 16
- 34
0
votes
0 answers
Config service vs Feature service vs AB test
I had a long argument with my peers on the difference between the three ways of doing canary releases. I know there are more but the current set in question are these three below
Config service
Feature service
AB testing
Following are the…

comiventor
- 3,922
- 5
- 50
- 77