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