Add tag filtering to the discover page. Should be easy with Firestore. Just do `.where("tags", "array-contains", {query})`
Add tag filtering to the discover page. Should be easy with Firestore. Just do
.where("tags", "array-contains", {query})