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
Hi,
I am moving to my own Parse Server thanks to your guide and your release.
I just have question on Cloud Function.
I have got some functions returning Parse.Object. When I use the Parse backend, I get Parse.Object (extended or not). When I use my own server, Cloud function returns regular JS object instead of Parse.Object.
Is it the correct behavior or that's a bug ?
Thanks !
The text was updated successfully, but these errors were encountered:
Should be pretty simple to solve I imagine. @gfosco is there any PR already taking care of this? If not, could you give us some direction? Is this related to here?
montymxb
pushed a commit
to montymxb/parse-server
that referenced
this issue
Feb 14, 2016
Hi,
I am moving to my own Parse Server thanks to your guide and your release.
I just have question on Cloud Function.
I have got some functions returning Parse.Object. When I use the Parse backend, I get Parse.Object (extended or not). When I use my own server, Cloud function returns regular JS object instead of Parse.Object.
Is it the correct behavior or that's a bug ?
Thanks !
The text was updated successfully, but these errors were encountered: