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

Use with Flexible Sync #78

Open
pnewell opened this issue Oct 15, 2023 · 1 comment
Open

Use with Flexible Sync #78

pnewell opened this issue Oct 15, 2023 · 1 comment

Comments

@pnewell
Copy link

pnewell commented Oct 15, 2023

Is it possible to use this library with the new flexible sync? In the example they have the following for subscribing to a subset of the database:

                    subs.append(QuerySubscription<Item>(name: Constants.myItems) {
                        $0.owner_id == user.id
                    })

I can't figure out how to get this working with unrealm, largely because the QuerySubscription requires the Object class for my unrealm model. Is there a good way to handle this?

@arturdev
Copy link
Collaborator

I don't think it would be possible, at least for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants