Hello, I need assistance in resolving an issue I'm facing. I am trying to filter a Firebase collection query to display in swipeable cards, but I'm encountering two problems:
I'm unable to filter based on two criteria simultaneously. Specifically, I need to filter by a) equality and dates greater than a certain date, and b) exclusion of certain items not in a list.
The display is limited to only 10 documents from the collection due to Firebase's limitations.
Any guidance on how to address these issues would be greatly appreciated!