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
I find the populate functionality very useful. You store in the database object ids, yet you need the actual documents so you just ask for them and instead of ids you have the objects.
But, the same is needed for push/set. You set an object and a moment later only the id is there. You don't have any more the object (at least associated with the main document).
I recommend that the duality be exposed explicitly, and be consistent all the way at all times. This will make the push/set/populate functionality truly useful and consistent.
With kind regards, Oren.
The text was updated successfully, but these errors were encountered:
I find the populate functionality very useful. You store in the database object ids, yet you need the actual documents so you just ask for them and instead of ids you have the objects.
But, the same is needed for push/set. You set an object and a moment later only the id is there. You don't have any more the object (at least associated with the main document).
I recommend that the duality be exposed explicitly, and be consistent all the way at all times. This will make the push/set/populate functionality truly useful and consistent.
With kind regards, Oren.
The text was updated successfully, but these errors were encountered: