Swiping feature

Hello bubblers is it possible to create swiping feature to check who else is swiping or to show people who are currently swiping.

Thank you.

Would it work if you created a db field called “activeSwiping” = date

Every time someone swipes, make a db action to update that field field with the current date/time.

Then to show people who are actively swiping, do a search for users (count) where the activeSwiping date field is current date/time minus 5 min.

Is that what you are looking for?
Learn no code → nocodify.com

This topic was automatically closed after 70 days. New replies are no longer allowed.