Closed
Description
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.