We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72410e2 commit 3a1f27cCopy full SHA for 3a1f27c
functions/categories/libs/queries.py
@@ -10,7 +10,7 @@
10
def list_data(params):
11
ref = DB.collection(TABLE)
12
13
- query = ref
+ query = ref.order_by('category', direction=firestore.Query.ASCENDING)
14
15
data = []
16
0 commit comments