Inconsistencies in entities API #89
-
There are inconsistencies between the select apis and the get apis Since they are a mirror of each other I think we should have the same apis in both, just that one is observable based and the other synchronous.
here I think we should add a What do you guys think? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I am heaving the same issue as follows: getEntities returns the proper list of entities as an array. I am searching for the same behavior for selectEntities that should return an observable of entities. However Thx |
Beta Was this translation helpful? Give feedback.
I am heaving the same issue as follows:
getEntities returns the proper list of entities as an array.
I am searching for the same behavior for selectEntities that should return an observable of entities. However
I am getting objects of Reference<string, ...> back. How can I get the native entity as by getEntities ?
Thx