kossnocorp / typesaurus

🦕 Type-safe TypeScript-first ODM for Firestore
https://typesaurus.com
412 stars 34 forks source link

Typesaurus Query swallows index requirement exceptions #137

Open drewdearing opened 1 month ago

drewdearing commented 1 month ago

I was running into an issue with a complex query not running correctly. Decided to try vanilla firestore and was met with the console exception stating that I need to create an index. Typesaurus should probably not swallow these exceptions.

Screenshot 2024-07-18 at 1 35 16 AM