@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.
package/dist/index.rn.js CHANGED
@@ -10,7 +10,7 @@ import { Integer as p, Md5 as y } from "@firebase/webchannel-wrapper/bloom-blob"
10
10
 
11
11
  import { XhrIo as w, EventType as S, ErrorCode as b, createWebChannelTransport as D, getStatEventTarget as C, WebChannel as v, Event as F, Stat as M } from "@firebase/webchannel-wrapper/webchannel-blob";
12
12
 
13
- const x = "@firebase/firestore", O = "4.9.0-20250716201504";
13
+ const x = "@firebase/firestore", O = "4.9.0-canary.a4897a621";
14
14
 
15
15
  /**
16
16
  * @license
@@ -72,7 +72,7 @@ User.MOCK_USER = new User("mock-user");
72
72
  * See the License for the specific language governing permissions and
73
73
  * limitations under the License.
74
74
  */
75
- let N = "12.0.0-20250716201504";
75
+ let N = "12.0.0-canary.a4897a621";
76
76
 
77
77
  /**
78
78
  * @license
@@ -12353,11 +12353,11 @@ const Qt = "IndexedDbPersistence", $t = 18e5, Ut = 5e3, Kt = "Failed to obtain e
12353
12353
  * `enablePersistence()` with `{synchronizeTabs:true}`.
12354
12354
  *
12355
12355
  * In multi-tab mode, if multiple clients are active at the same time, the SDK
12356
- * will designate one client as the primary client”. An effort is made to pick
12356
+ * will designate one client as the "primary client". An effort is made to pick
12357
12357
  * a visible, network-connected and active client, and this client is
12358
12358
  * responsible for letting other clients know about its presence. The primary
12359
12359
  * client writes a unique client-generated identifier (the client ID) to
12360
- * IndexedDb’s owner store every 4 seconds. If the primary client fails to
12360
+ * IndexedDb’s "owner" store every 4 seconds. If the primary client fails to
12361
12361
  * update this entry, another client can acquire the lease and take over as
12362
12362
  * primary.
12363
12363
  *