In my java android app I'm recording with the firebase analytics some events that the user watches in the app, like every time the user watch an item. I would like to retrieve this data to, for example, show the user the yesterday's top most watched items. How can I achieve that?
The only information that I can find is to retrieve data from the firebase database which I'm not using. Can someone point me in the right direction?
Thanks