-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
addUnique not working with object value #1105
Closed
Labels
type:bug
Impaired feature or lacking behavior that is likely assumed
Comments
was it working with parse.com? |
Yes it was working before migration |
I'm having this issue as well. The error I'm getting is |
This was referenced Jul 9, 2020
This was referenced Aug 16, 2020
This was referenced Aug 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I can't make my cloud function working with addUnique:
myVal = {"a":"A","b":"B"};
myClass.addUnique("myArrayfield", myVal);
It gives me bad request response.
It only works if myVal is a string but I want to save a JSON object. Furthermore, if I try to stringify, it adds symbols in my expression.
The text was updated successfully, but these errors were encountered: