Firestore: validate field paths passed to 'Query.{select,where,order_by}` #6736
Labels
api: firestore
Issues related to the Firestore API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The following conformance tests assert that passing field paths with invalid path elements to
Query.select
/Query.where
/Query.order_by
should raise an exception:query-invalid-path-select.textproto
query-invalid-path-where.textproto
query-invalid-path-order.textproto
The text was updated successfully, but these errors were encountered: