@entropic-bond/firebase 1.13.13 → 1.13.14
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.
|
@@ -13666,7 +13666,7 @@ const Kd = class Qd {
|
|
|
13666
13666
|
}
|
|
13667
13667
|
onCollectionChange(e, t) {
|
|
13668
13668
|
return this._stream.onCollectionChange(
|
|
13669
|
-
e.getQueryObject(),
|
|
13669
|
+
this.preprocessQueryObject(e.getQueryObject()),
|
|
13670
13670
|
this.collectionName,
|
|
13671
13671
|
(r) => t(r.map((s) => ({
|
|
13672
13672
|
after: s.after && le.createInstance(s.after),
|