IjzerenHein / firestorter

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

Add typescript generic to Document.fetch result #66

Closed damonmaria closed 5 years ago

damonmaria commented 5 years ago

Fix missing generic on result, now: fetch(): Promise<Document<T>>

IjzerenHein commented 5 years ago

Looks good, will merge!