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
Simperium, by default, will rebase local changes when the object already exists remotely.
This can be a problem when dealing with seed data: local changes (the pristine object) will be rebased on top of the remote objects (potentially, with modifications).
Let's implement a mechanism to disable the rebase during initial objects sync.
Simperium, by default, will rebase local changes when the object already exists remotely.
This can be a problem when dealing with seed data: local changes (the pristine object) will be rebased on top of the remote objects (potentially, with modifications).
Let's implement a mechanism to disable the rebase during initial objects sync.
The text was updated successfully, but these errors were encountered: