Closed
Description
I've defined a parse cloud function that allow me to retrive some objects and I would "add" a calculated property to this object without saving that "new" property.
Let me be clear: in this scenario we have a Feed and a FeedLike entity, I've define a parse.cloud function that returns me the feeds and I would like to edit the feed object adding a calculated property to know if a the query user liked that post. I can retrive Feed and FeedLike both, but if I edit the feed property "liked" (On parse dashboard is a boolean type, undefined for all objects) the response is always nil.
Metadata
Metadata
Assignees
Labels
No labels