@firebase/firestore 4.9.0-20250716201504 → 4.9.0-canary.a4897a621

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,11 +49,11 @@ export declare const MAIN_DATABASE = "main";
49
49
  * `enablePersistence()` with `{synchronizeTabs:true}`.
50
50
  *
51
51
  * In multi-tab mode, if multiple clients are active at the same time, the SDK
52
- * will designate one client as the primary client”. An effort is made to pick
52
+ * will designate one client as the "primary client". An effort is made to pick
53
53
  * a visible, network-connected and active client, and this client is
54
54
  * responsible for letting other clients know about its presence. The primary
55
55
  * client writes a unique client-generated identifier (the client ID) to
56
- * IndexedDb’s owner store every 4 seconds. If the primary client fails to
56
+ * IndexedDb’s "owner" store every 4 seconds. If the primary client fails to
57
57
  * update this entry, another client can acquire the lease and take over as
58
58
  * primary.
59
59
  *
@@ -4,7 +4,7 @@ import { Logger, LogLevel } from '@firebase/logger';
4
4
  import { FirebaseError, getDefaultEmulatorHostnameAndPort, isCloudWorkstation, pingServer, updateEmulatorBanner, deepEqual, createMockUserToken, getModularInstance } from '@firebase/util';
5
5
  import { Integer } from '@firebase/webchannel-wrapper/bloom-blob';
6
6
 
7
- const P = "4.9.0-20250716201504";
7
+ const P = "4.9.0-canary.a4897a621";
8
8
 
9
9
  /**
10
10
  * @license
@@ -65,7 +65,7 @@ User.MOCK_USER = new User("mock-user");
65
65
  * See the License for the specific language governing permissions and
66
66
  * limitations under the License.
67
67
  */
68
- let A = "12.0.0-20250716201504";
68
+ let A = "12.0.0-canary.a4897a621";
69
69
 
70
70
  /**
71
71
  * @license