nodejs-firestore icon indicating copy to clipboard operation
nodejs-firestore copied to clipboard

Several new Firestore types are missing from the API docs

Open lahirumaramba opened this issue 3 years ago • 2 comments

It looks like the following Firestore types are missing in the API reference docs at https://googleapis.dev/nodejs/firestore/latest/index.html

- PartialWithFieldValue
- WithFieldValue
- Primitive
- NestedUpdateFields
- ChildUpdateFields
- AddPrefixToKeys
- UnionToIntersection
- ReadOnlyTransactionOptions

The types are defined in the TS files... they might need to be added to the corresponding JS doc files as well.

lahirumaramba avatar Jan 20 '22 16:01 lahirumaramba

CC: @thebrianchen

lahirumaramba avatar Jan 20 '22 16:01 lahirumaramba

@lahirumaramba Thanks for flagging these!

thebrianchen avatar Jan 20 '22 16:01 thebrianchen