Skip to content

Use with Flexible Sync #78

@pnewell

Description

@pnewell

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions