@infrab4a/connect-angular 4.4.0-beta.11 → 4.4.0-beta.12

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.
@@ -420,6 +420,7 @@ AngularFirestoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0",
420
420
  return getFirestore(injector.get(FirebaseApp));
421
421
  const firestore = initializeFirestore(injector.get(FirebaseApp), {
422
422
  experimentalForceLongPolling: true,
423
+ ignoreUndefinedProperties: true,
423
424
  localCache: memoryLocalCache(),
424
425
  });
425
426
  return firestore;
@@ -438,6 +439,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
438
439
  return getFirestore(injector.get(FirebaseApp));
439
440
  const firestore = initializeFirestore(injector.get(FirebaseApp), {
440
441
  experimentalForceLongPolling: true,
442
+ ignoreUndefinedProperties: true,
441
443
  localCache: memoryLocalCache(),
442
444
  });
443
445
  return firestore;