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
We like to have a way to check if there are changes in the db that have not been synchronized.
There are some situations where the app might be offline, and some changes have occurred, this feature would allow us to detect this situation and react to it, allowing the app to display a warning message that it requires some connectivity.
A workaround is to combine a Realm, session change and progress listeners, to detect if the DB is in a dirty state, and if all changes have been uploaded.
We would provide an API to check if there are pending changes, and/or a flow with the current status.
The text was updated successfully, but these errors were encountered:
We like to have a way to check if there are changes in the db that have not been synchronized.
There are some situations where the app might be offline, and some changes have occurred, this feature would allow us to detect this situation and react to it, allowing the app to display a warning message that it requires some connectivity.
A workaround is to combine a Realm, session change and progress listeners, to detect if the DB is in a dirty state, and if all changes have been uploaded.
We would provide an API to check if there are pending changes, and/or a flow with the current status.
The text was updated successfully, but these errors were encountered: