blob: cd0e04468bdf27025a094908996db0a8cd323f9b [file] [log] [blame]
{
"tests": [
{
"description": "set: ArrayRemove cannot be in an array value",
"comment": "ArrayRemove must be the value of a field. Firestore\ntransforms don't support array indexing.",
"set": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"jsonData": "{\"a\": [1, 2, [\"ArrayRemove\", 1, 2, 3]]}",
"isError": true
}
}
]
}