we are using growthbook for all our platforms web, android, ios,
and every platform on staging has its own SDK.
So why when I call SDK for web it get all feature flags for all platforms? @fresh-football-47124
f
fresh-football-47124
12/23/2024, 3:30 AM
Hi Rania
fresh-football-47124
12/23/2024, 3:30 AM
each SDK returns flags for an environment
fresh-football-47124
12/23/2024, 3:31 AM
and each flag can specify which environments you want enabled
fresh-football-47124
12/23/2024, 3:32 AM
but if you dont want those features to be included at all - as in it doesn't apply to that environment - I suggest you use Projects
fresh-football-47124
12/23/2024, 3:32 AM
so you could have one staging environment
fresh-football-47124
12/23/2024, 3:32 AM
and a project per platform
fresh-football-47124
12/23/2024, 3:33 AM
and then the SDK can return from the environment+project to get the right feature list