@entropic-bond/firebase 1.13.25 → 1.13.26
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.
|
@@ -20587,10 +20587,14 @@ class NA extends gt {
|
|
|
20587
20587
|
type: "update",
|
|
20588
20588
|
before: void 0,
|
|
20589
20589
|
after: i.data(),
|
|
20590
|
-
params:
|
|
20590
|
+
params: i.metadata,
|
|
20591
|
+
collectionPath: e
|
|
20591
20592
|
});
|
|
20592
20593
|
});
|
|
20593
20594
|
}
|
|
20595
|
+
onDocumentTemplateChange(e, t) {
|
|
20596
|
+
throw new Error("Method not implemented.");
|
|
20597
|
+
}
|
|
20594
20598
|
queryObjectToQueryConstraints(e, t) {
|
|
20595
20599
|
const r = q.instance.firestore(), s = [], i = [], a = [];
|
|
20596
20600
|
return gt.toPropertyPathOperations(e.operations).forEach((c) => {
|