Skip to content

Commit 8dbcb8e

Browse files
Adding basic functionality for TabNotificationChannel
1 parent 631e1ad commit 8dbcb8e

File tree

5 files changed

+718
-15
lines changed

5 files changed

+718
-15
lines changed

packages/firestore/src/core/types.ts

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ 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+
2934
// TODO(b/35918695): In GRPC / node, tokens are Uint8Array. In WebChannel,
3035
// they're strings. We should probably (de-)serialize to a common internal type.
3136
export type ProtoByteString = Uint8Array | string;

0 commit comments

Comments
 (0)