Open nickmeinhold opened 4 months ago
Am i right in assuming this is a goal of the library?
If so, some examples of where generated classes are exposed to the public API are:
FirestoreGateway.createDocument
fs.Document document
Document
FirestoreGateway.runQuery
StructuredQuery
Am i right in assuming this is a goal of the library?
If so, some examples of where generated classes are exposed to the public API are:
FirestoreGateway.createDocument
takes afs.Document document
rather than aDocument
.fs.Document document
FirestoreGateway.runQuery
exposesStructuredQuery