blob: 7d530084d448445cf81172f0550f74880a685649 [file] [log] [blame]
{
"tests": [
{
"description": "create: ArrayRemove cannot be anywhere inside an array value",
"comment": "There cannot be an array value anywhere on the path from the document\nroot to the ArrayRemove. Firestore transforms don't support array indexing.",
"create": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"jsonData": "{\"a\": [1, {\"b\": [\"ArrayRemove\", 1, 2, 3]}]}",
"isError": true
}
}
]
}