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 35f5177 commit 97f0054Copy full SHA for 97f0054
packages/firestore/src/protos/firestore_proto_api.ts
@@ -231,7 +231,7 @@ export declare namespace firestoreV1ApiClientInterfaces {
231
hashCount?: number;
232
}
233
interface BitSequence {
234
- bitmap?: string;
+ bitmap?: string | Uint8Array;
235
padding?: number;
236
237
interface FieldFilter {
@@ -391,7 +391,7 @@ export declare namespace firestoreV1ApiClientInterfaces {
391
readTime?: Timestamp;
392
targetId?: number;
393
once?: boolean;
394
- expectedCount?: number | { value: number };
+ expectedCount?: number;
395
396
interface TargetChange {
397
targetChangeType?: TargetChangeTargetChangeType;
0 commit comments