We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3c61d commit bf7d37bCopy full SHA for bf7d37b
firestore/cloud-client/snippets.py
@@ -4,7 +4,7 @@
4
# you may not use this file except in compliance with the License.
5
# You may obtain a copy of the License at
6
#
7
-# http://www.apache.org/licenses/LICENSE-2.0
+# http://www.apache.org/licenses/LICENSE-2.0
8
9
# Unless required by applicable law or agreed to in writing, software
10
# distributed under the License is distributed on an "AS IS" BASIS,
@@ -814,7 +814,6 @@ def cursor_multiple_conditions():
814
start_at_name = (
815
db.collection(u'cities')
816
.order_by(u'name')
817
- .order_by(u'state')
818
.start_at({
819
u'name': u'Springfield'
820
})
0 commit comments