Open coffee-cup opened 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.
.set
Partial<T>
T
When updating a document (
.set
), you shouldn't be required to pass in all of the data. The type should bePartial<T>
instead ofT
.