prodo-dev / prodo

Prodo is a React framework to build apps faster.
https://docs.prodo.dev
MIT License
114 stars 5 forks source link

firestore plugin: Partial type for set #56

Open coffee-cup opened 5 years ago

coffee-cup commented 5 years ago

When updating a document (.set), you shouldn't be required to pass in all of the data. The type should be Partial<T> instead of T.