Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

query-wrong-collection.textproto 636 B

12345678910111213141516171819
  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. # If a document snapshot is passed to a Start*/End* method, it must be in the same
  4. # collection as the query.
  5. description: "query: doc snapshot with wrong collection in cursor method"
  6. query: <
  7. coll_path: "projects/projectID/databases/(default)/documents/C"
  8. clauses: <
  9. end_before: <
  10. doc_snapshot: <
  11. path: "projects/projectID/databases/(default)/documents/C2/D"
  12. json_data: "{\"a\": 7, \"b\": 8}"
  13. >
  14. >
  15. >
  16. is_error: true
  17. >