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
Implements Client Resets support.
Added argument clientResetHandler when creating FlexibleSyncConfiguration. There are 4 possible handles that defines the mode of processing data in case of client reset:
RecoverOrDiscardUnsyncedChangesHandler
RecoverUnsyncedChangesHandler
DiscardUnsyncedChangesHandler
ManualRecoveryHandler
The default mode is RecoverOrDiscard.
Tests are added.
Fixes#353Fixes#810
callbacks before and after, complex tests
The text was updated successfully, but these errors were encountered: