Replies: 1 comment 3 replies
-
I have also found audiences very difficult to work with. And remote config delays / slowness compounds it. I can only recommend watching all the firebase developer videos on the subject. They are illuminating. I use firebase properties personally |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've been using this great library for a while. Now I need to do a remote configuration only for people that emitted an event with a specific value. I've managed to create a new audience to filter out people with that event + value but I'm facing a large number of issues, been debugging this the past 2 days and so far:
0
default and1
if my user is in the desired audienceanalytics().setUserId
multiple times0
instead of1
I'm in debug mode (can see the event in analytics debug view and firebase debug view) AND I have specifically turned on
setAnalyticsCollectionEnabled
as I've read it won't collect audience data otherwiseI'm running out of options and starting to convert this to a user property (without audiences) which behaves as I expected and it switches immediately when I switch users - does anyone got any experience / idea on how is it meant to work?
Beta Was this translation helpful? Give feedback.
All reactions