You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| firestore |[Firestore](./firestore_.firestore.md#firestore_class)| The [Firestore](./firestore_.firestore.md#firestore_class) instance to enable persistence for. |
645
645
| snapshotJson | object | A JSON object generated by invoking [DocumentSnapshot.toJSON()](./firestore_.documentsnapshot.md#documentsnapshottojson)<!---->. |
646
646
| onNext | (snapshot: [DocumentSnapshot](./firestore_.documentsnapshot.md#documentsnapshot_class)<!----><AppModelType, DbModelType>) => void | A callback to be called every time a new <code>DocumentSnapshot</code> is available. |
647
-
| onError | (error: [FirestoreError](./firestore_.firestoreerror.md#firestoreerror_class)<!---->) => void | A callback to be called if the listen fails or is cancelled. No fruther callbacks will occur. |
647
+
| onError | (error: [FirestoreError](./firestore_.firestoreerror.md#firestoreerror_class)<!---->) => void | A callback to be called if the listen fails or is cancelled. No further callbacks will occur. |
648
648
| onCompletion | () => void | Can be provided, but will not be called since streams are never ending. |
649
649
| converter |[FirestoreDataConverter](./firestore_.firestoredataconverter.md#firestoredataconverter_interface)<!----><DbModelType>| An optional object that converts objects from Firestore before the onNext listener is invoked. |
0 commit comments