Hacker News new | ask | show | jobs
by mazatta 3204 days ago
It looks interesting, and might be something I introduce to my team.

Is it possible to define cohorts of users, and then expose features to that group? I work on a SaaS app used by businesses, so it'd be very handy to use this tool when a customer is beta testing a new feature.

2 comments

You can do everything you want with Firebase Remote Config, for free. Can even randomly pick out a % of any analytics audience you create.
That's a cool idea. Any ideas how you'd want to distinguish between cohorts?
If I could set arbitrary key/value on both users and features, that should be enough to make it work.