You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Have floor possibility to online sync as firestore or may be it is separate package? I need to sync my data with my server by REST or WS (or other) protocol. Schema is
User<->UI<->Bloc<->DB<->Server
If server is down, user interact only with db, when server is up I need to autosync differences with server.
Can anybody give advice any simple (minimal code) solution with this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! Have floor possibility to online sync as firestore or may be it is separate package? I need to sync my data with my server by REST or WS (or other) protocol. Schema is
User<->UI<->Bloc<->DB<->Server
If server is down, user interact only with db, when server is up I need to autosync differences with server.
Can anybody give advice any simple (minimal code) solution with this?
Beta Was this translation helpful? Give feedback.
All reactions