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
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:
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.
Update the API docs to clarify what the behavior for sync configurations is.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: