Closed isaabutaa closed 3 years ago
Visit the preview URL for this PR (updated for commit 7fd9ade):
https://tcl-28-shopping-list--pr37-isa-trying-to-unders-m11gtmlp.web.app
(expires Mon, 23 Aug 2021 22:42:01 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Description
Here, we use
OrderBy
to sort the items from firestore:firestore .collection('items') .where('token', '==', token) .orderBy('daysUntilPurchase', 'asc')