I'm integrating Firebase analytics in my Android App. I have successfully logged events and am able to see the number of users and the count of the event triggered. Now I have created and audience for an event
add_to_cart_click_success
which has 21 users and 20 users were registered after the audience was created
As can be see from the images the Audience still shows <10 users and hence won't show me data for that audience.
I don't understand why the number of users in the audience is not getting updated but the number of users in the Event is getting updated properly.
Also when creating a new Audience, I don't see my custom parameters when applying filter after selecting an event. Do we need to manually input the parameter name and then apply the filter or am I doing something wrong here?
Also same thing is happening for my other audience as well. The event shows 27 users but the audience still shows <10 users.
Thanks in advance!