@dereekb/dbx-firebase 8.7.5 → 8.7.6
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/esm2020/lib/model/store/store.subcollection.document.mjs +3 -4
- package/fesm2015/dereekb-dbx-firebase.mjs +2 -3
- package/fesm2015/dereekb-dbx-firebase.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-firebase.mjs +2 -3
- package/fesm2020/dereekb-dbx-firebase.mjs.map +1 -1
- package/lib/model/store/store.subcollection.document.d.ts +0 -2
- package/package.json +6 -6
|
@@ -2845,9 +2845,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
|
|
|
2845
2845
|
* AbstractDbxFirebaseDocumentWithParentStore extension for use with SingleItemFirestoreCollection.
|
|
2846
2846
|
*/
|
|
2847
2847
|
class AbstractSingleItemDbxFirebaseDocument extends AbstractDbxFirebaseDocumentWithParentStore {
|
|
2848
|
-
constructor(
|
|
2849
|
-
super();
|
|
2850
|
-
this.initialState = initialState;
|
|
2848
|
+
constructor() {
|
|
2849
|
+
super(...arguments);
|
|
2851
2850
|
/**
|
|
2852
2851
|
* Sets the SingleItemFirestoreCollection to use.
|
|
2853
2852
|
*/
|