Real-time chart refresh
1. Real-time blocks or Table list records refresh to all users without page refresh using firebase
How to implement this scenario. Please help.
Thanks,
Dhivyaraj Sivam
if you refresh the data source, automatically Table of Records will show the updated results. Incase, if you would like to see the updated data in a periodic time (ex: every 1 mins wants to refresh), You can achieve it using JS Set timeout you can execute an action. Hope this helps. Thank you.
Hi @Dhivyaraj Sivam
Can you share some screenshot or OML for proper understanding.
Sonali verma
Hi Accelance,
1. I have created a new employee.
2. Redirect to Employee List Screen and newly created employee details will be updated on that list.
3. Already i open a new tab employee list screen.
4. It will automatically update that list or auto synchronization data without page refresh.
5. I want this scenario using firebase.