Hi,
I'm using ParseDb and I'm trying to pass in 1 constraint consisting of 2 local storage values. I've used 1 local storage value in the past without any issues. I would typically substitute the objectID value for "'+value+'" which always works well. I realize that mapping 2 local storage values to the query will not work this way. How should I identify each local storage value?
This is the query I am working with:
{"teacher":{"type":"Pointer","className":"_User","objectId":"MSSmmyU1BX"},"granted":false,"event": { "type": "Pointer", "className": "Event", "objectId": "nfQCCBMGkl" }}
Thanks
Eric