IjzerenHein / firestorter

Use Google Firestore in React with zero effort, using MobX 🤘
http://firestorter.com
MIT License
378 stars 50 forks source link

How to get many documents with specific ids? #154

Closed SrBrahma closed 2 years ago

SrBrahma commented 2 years ago

There is the getAll from Firestore and getMany from Typesaurus, but I couldn't find a function in Firestorter to get multiple documents with specific ids. My case is: the User has a doc that contains some stuff ids. I want to get those stuff documents for further info display.

IjzerenHein commented 2 years ago

This feature doesn't exist yet in firestorter

SrBrahma commented 2 years ago

Thanks!