Skip to content

Commit

Permalink
docs(firestore): run docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Oct 14, 2023
1 parent 8fd8952 commit 76b08f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/firestore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -660,10 +660,10 @@ Remove all listeners for this plugin.

#### AddDocumentSnapshotListenerCallback

<code>(event: <a href="#adddocumentsnapshotlistenerevent">AddDocumentSnapshotListenerEvent</a>&lt;T&gt;, err?: any): void</code>
<code>(event: <a href="#adddocumentsnapshotlistenercallbackevent">AddDocumentSnapshotListenerCallbackEvent</a>&lt;T&gt; | null, error: any): void</code>


#### AddDocumentSnapshotListenerEvent
#### AddDocumentSnapshotListenerCallbackEvent

<code><a href="#getdocumentresult">GetDocumentResult</a>&lt;T&gt;</code>

Expand All @@ -675,10 +675,10 @@ Remove all listeners for this plugin.

#### AddCollectionSnapshotListenerCallback

<code>(event: <a href="#addcollectionsnapshotlistenerevent">AddCollectionSnapshotListenerEvent</a>&lt;T&gt;, err?: any): void</code>
<code>(event: <a href="#addcollectionsnapshotlistenercallbackevent">AddCollectionSnapshotListenerCallbackEvent</a>&lt;T&gt; | null, error: any): void</code>


#### AddCollectionSnapshotListenerEvent
#### AddCollectionSnapshotListenerCallbackEvent

<code><a href="#getcollectionresult">GetCollectionResult</a>&lt;T&gt;</code>

Expand Down

0 comments on commit 76b08f7

Please sign in to comment.