Closed
Description
I'm using the latest version of parse-server.
I implemented afterFind hook in the parse server to intercept some data and modify it before it goes to the client like so:
Parse.Cloud.afterFind('Question', function(req, res) { //change the data res.success(result); })
everything work fine in the client for find and get of the query object, update delete enter leave events of the liveQuery while data come modified, except for the create event of the live query the data comes raw without been modified.
So is that an issue or it is designed to work like so and is there a work around this.
Metadata
Metadata
Assignees
Labels
No labels