-
Notifications
You must be signed in to change notification settings - Fork 62
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
Bug: Paths for Synced Realms appear broken #795
Comments
This probably pulls in #412 as well |
Intended semantics:
Given that there are various ways we can customize the path, we need to split the path returned from |
I do remember some issues with Core setting the root dir name, so if we set the |
After discussing, we don't see a use case for having |
While writing tests for
SyncConfiguration.with
I noticed that Sync paths appear broken in surprising ways.It probably happened when we moved support for
name()
anddirectory()
toConfiguration
so it is now shared between synced and normal Realms.The text was updated successfully, but these errors were encountered: