選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

13 行
566 B

  1. # DO NOT MODIFY. This file was generated by
  2. # github.com/GoogleCloudPlatform/google-cloud-common/testing/firestore/cmd/generate-firestore-tests/generate-firestore-tests.go.
  3. # There cannot be an array value anywhere on the path from the document root to
  4. # the ArrayRemove. Firestore transforms don't support array indexing.
  5. description: "create: ArrayRemove cannot be anywhere inside an array value"
  6. create: <
  7. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  8. json_data: "{\"a\": [1, {\"b\": [\"ArrayRemove\", 1, 2, 3]}]}"
  9. is_error: true
  10. >