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
As discussed in the community forum, Parse.Cloud.define has a third undocumented parameter available that is a "validation" handler. A couple of issues:
Considering these have seemingly been around since the beginning of Parse Server:
-how likely are they to be in production? (my guess is most people aren't using them, due to being undocumented)
-should we continue to support them?
-should I work on a PR for fixing the problems with them?
-should I work on a PR to the docs / SDK?
Thanks all!
The text was updated successfully, but these errors were encountered:
I’m fine with add all the enhancements. We can document the breaking changes if any. I assume not a lot of users are using this feature since it’s undocumented
New Issue Checklist
As discussed in the community forum,
Parse.Cloud.define
has a third undocumented parameter available that is a "validation" handler. A couple of issues:-Throwing in this block returns error code 1:
-Validation functions must return 'true'
-Validation functions don't work with async
-Validator functions are not documented, and there only seems to be one spec.
Considering these have seemingly been around since the beginning of Parse Server:
-how likely are they to be in production? (my guess is most people aren't using them, due to being undocumented)
-should we continue to support them?
-should I work on a PR for fixing the problems with them?
-should I work on a PR to the docs / SDK?
Thanks all!
The text was updated successfully, but these errors were encountered: