RE: Online and Typing indicators

Thanks but what about online indicators?

Sorry I have to keep making posts as I reached the reply limit

Add a date/time parameter to the user collection and call it “Active”

Then, you need to add “Update > Logged-in user” action to every screen’s on-screen action to update the “Active” time to 1 minute from now.

Last, you need a list of active users where “Active” is after 5 minutes ago.

Can I let users appear offline?

Absolutely! The logic is just flipped for non-active users. "Active" is before 5 minutes ago instead of after.

You can see in that last screenshot that I have a stack of users below, one group with the green dot to signify active and 1 group without the green dot for inactive.

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