Closed
Description
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
I want to check if doc is up to date.
Additional context
Hi,
I use Firestore library, and found out possible outdated information.
The above doc says that developer can provide SetOptions
param to enable merge operation, but it appears that the method signature of set
does not accept any arguments related to SetOptions
.