@infrab4a/connect 4.0.0-beta.17 → 4.0.0-beta.19
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.
|
@@ -1307,9 +1307,6 @@ const withHelpers = (MixinBase) => {
|
|
|
1307
1307
|
const withGetFirestore = (MixinBase) => {
|
|
1308
1308
|
return class GetFirestore extends MixinBase {
|
|
1309
1309
|
async get(identifiers) {
|
|
1310
|
-
console.log(this.buildCollectionPathForGet(identifiers));
|
|
1311
|
-
console.log(this.firestore);
|
|
1312
|
-
console.log(this.collection(this.buildCollectionPathForGet(identifiers)));
|
|
1313
1310
|
const instance = this.model.toInstance(this.model.identifiersFields.reduce((acc, field) => ({ ...acc, [field]: identifiers[field] }), {}));
|
|
1314
1311
|
const intercepted = await this.interceptors?.request?.({ instance });
|
|
1315
1312
|
const builded = intercepted?.instance || instance;
|