We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4065718 commit 057066eCopy full SHA for 057066e
packages/firestore/src/local/instance_metadata_channel.ts
@@ -26,11 +26,9 @@ const LOG_TAG = 'InstanceMetadataChannel';
26
27
const FIRESTORE_PREFIX = 'fs';
28
29
-// The format of an instance key if:
+// The format of an instance key is:
30
// fs_instances_<persistence_prefix>_<instance_key>
31
-const INSTANCE_KEY_REGEX = /fs_instances_([^_]*)_[^_]{20}/;
32
const INSTANCE_KEY_NAMESPACE = 'instances';
33
-const INSTANCE_KEY_SEGMENT_COUNT = 3;
34
35
/**
36
* A randomly-generated key assigned to each Firestore instance at startup.
0 commit comments