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