Is there any way a to find active users in app?

Is there any way a to find active users in app ??

Yes you can do it using firebase

When user open app, then On screen initialize store his details in database & show it in live users list.

When user close app then remove his name from live users list by using When App closed block.

For real-time updates, use firebase real-time database and use data changed block to update live users.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.