Because the Sync API returns incremental data every time, is it possible to maintain a complete copy of the latest data in the client based on each sync request?
For my use case, I solely rely on incremental data to monitor download status, hence I overlook the necessity for the complete dataset. This aspect is worthy of enhancement.
Because the
Sync API
returns incremental data every time, is it possible to maintain a complete copy of the latest data in the client based on each sync request?