Skip to content

Commit 7cc1832

Browse files
Addressing comments
1 parent 1c2fa18 commit 7cc1832

7 files changed

+777
-685
lines changed

packages/firestore/src/core/types.ts

-5
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ export type BatchId = number;
2626
*/
2727
export type TargetId = number;
2828

29-
/**
30-
* A randomly-generated key assigned to each Firestore instance at startup.
31-
*/
32-
export type InstanceKey = string;
33-
3429
// TODO(b/35918695): In GRPC / node, tokens are Uint8Array. In WebChannel,
3530
// they're strings. We should probably (de-)serialize to a common internal type.
3631
export type ProtoByteString = Uint8Array | string;

0 commit comments

Comments
 (0)