We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470bb5f commit f1f16fbCopy full SHA for f1f16fb
packages/firestore/src/api/database.ts
@@ -2221,14 +2221,6 @@ export class CollectionReference<T = DocumentData>
2221
}
2222
2223
2224
-function validateGetOptions(
2225
- methodName: string,
2226
- options: GetOptions | undefined
2227
-): void {
2228
- if (options) {
2229
- }
2230
-}
2231
-
2232
function validateReference<T>(
2233
methodName: string,
2234
documentRef: PublicDocumentReference<T>,
0 commit comments