How to show current user location to a different user in real time without storing the location in the database and updating it in every few seconds ?
I’m pretty certain updating the database at a determined interval is the only way to do it.
1 Like
Yes I am also doing it till now but I hope that there should be another way.
I think it’s inefficient every N seconds we have to update the database and on the other side every time we have to search for that user and get that particular location fields from the database which updates every N seconds
any other way around it bubblers ?
This topic was automatically closed after 70 days. New replies are no longer allowed.