kossnocorp / typesaurus

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

Typesaurus Query swallows index requirement exceptions #137

Open drewdearing opened 4 months ago

drewdearing commented 4 months 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