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
It's not currently possible to subscribe to keys relationally. So to join one key to another key in a collection we must subscribe to the key and the entire collection and then find the linked key manually like this
Problem
Coming from this discussion.
It's not currently possible to subscribe to keys relationally. So to join one key to another key in a collection we must subscribe to the key and the entire collection and then find the linked key manually like this
Solution
Add the ability to accomplish this join in
withOnyx
directly so we don't need to write search code to link two keys together.The text was updated successfully, but these errors were encountered: