Checking if there are unsynced changes? #1781
-
Hey! |
Beta Was this translation helpful? Give feedback.
Answered by
maxnowack
May 26, 2025
Replies: 1 comment
-
In theory this can be done by querying the internal |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maxnowack
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In theory this can be done by querying the internal
changes
collection of aSyncManager
(see here). But thechanges
collection is in a private property and there isn't currently no public API to query it. Feel free to contribute! π