@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.
@@ -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(initialState) {
2849
- super();
2850
- this.initialState = initialState;
2848
+ constructor() {
2849
+ super(...arguments);
2851
2850
  /**
2852
2851
  * Sets the SingleItemFirestoreCollection to use.
2853
2852
  */