Skip to content

Commit fb4f667

Browse files
committed
Internet says this is right but breaking my preview
1 parent 96fdd27 commit fb4f667

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/version-7-upgrade.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,13 @@ AngularFire no longer provides observables and functions as class methods, evert
8787
<tr>
8888
<td rowspan="3">AngularFirestore</td>
8989
<td>collection</td>
90-
<td><code class="language-ts">import { collection } from 'firebase/firestore'</code></td>
90+
<td>
91+
92+
```ts
93+
import { doc } from 'firebase/firestore'
94+
```
95+
96+
</td>
9197
</tr>
9298
<tr>
9399
<td>doc</td>

0 commit comments

Comments
 (0)