We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: