-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels