Real time Data Sync over multiple browser/users #868
-
|
Hi note: This could be a help to solve #386 , #832 , #854 I have 2 html pages, both with same app name and mv-storage source btw, this could be same page, opened from different computers in fact. Is there a way to see/refresh data inserted on one page, to the other page (and vice versa) ? This feature works on @DmitrySharabin chat app, so ... it's possible :) where it updates sent messages on all browser windows but I don't understand how... :( Is this because I should use Firebase storage? Or is it because there's an additionnal script ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yup. Real-time updates is one of the features of the Firebase Firestore plugin: mind
I needed that because of the features we don't have in Mavo yet but that are good to have, and they were crucial for the Chat app. |
Beta Was this translation helpful? Give feedback.
Yup. Real-time updates is one of the features of the Firebase Firestore plugin: mind
mv-storage-options="realtime"in the app's root.I needed that because of the features we don't have in Mavo yet but that are good to have, and they were crucial for the Chat app.