Is there any possibility to retrieve the information, which page in the app are the users currently on using flutter and firebase? I'm currently implementing a live group chat function and want to show which users are actively (online) participating in which group.
So far I've implemented this to know whether some users online or not but I would like to further know where they are during that time.