Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests and docs for Realm.WriteCopy with Sync #3782

Closed
sync-by-unito bot opened this issue Jun 4, 2021 · 0 comments · Fixed by #4231
Closed

Add tests and docs for Realm.WriteCopy with Sync #3782

sync-by-unito bot opened this issue Jun 4, 2021 · 0 comments · Fixed by #4231
Assignees

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented Jun 4, 2021

Core changed the behavior of WriteCopy for synchronized Realms to remove the client file identifier. This means that we can now WriteCopy a Realm owned by user A and open it with user B and not have to redownload the data/experience a client reset. We should get that for free since we already use WriteCopy, but we should:

  1. Write tests that verify that this is indeed the behavior, including error cases where the user tries to copy a Realm that hasn't finished uploading all its changes.
  2. Update the API docs to clarify what the behavior for sync configurations is.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant