Hello All,
I want to create Online timer Which show remaining time same for all user.
Here is an example
If my timer starts at 05:00 and timer finish after every 5 minutes.
when USER1 open app at 05:02, then he get remaining time = 3 Min
When USER2 open ap at 05:04, then he get remaining time = 1 Min
Please guide me to do this and sorry for my bad English
Are you using any database for this? You might need a server to manage the time and then use something like firebase or socket io to sync the time to the clients.