@entropic-bond/firebase 1.13.29 → 1.13.31

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.
@@ -47412,15 +47412,8 @@ var $ = class e {
47412
47412
  Dl($.instance.firestore(), e, t);
47413
47413
  }
47414
47414
  }
47415
- findById(e, t) {
47416
- let n = $.instance.firestore();
47417
- return new Promise(async (r) => {
47418
- try {
47419
- r((await Eg(Ml(n, t, e))).data());
47420
- } catch (e) {
47421
- return console.log(e), null;
47422
- }
47423
- });
47415
+ async findById(e, t) {
47416
+ return (await Eg(Ml($.instance.firestore(), t, e))).data();
47424
47417
  }
47425
47418
  save(e) {
47426
47419
  let t = $.instance.firestore(), n = Mg(t);