Skip to content

Commit ac109ab

Browse files
authored
docs: Update migration-v2-v3.md (#1287)
1 parent 9a961d4 commit ac109ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cookbook/migration-v2-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The `firestorePlugin` and `rtdbPlugin` are now deprecated in favor of _modules_.
3535

3636
Firestore supports a native equivalent of the `serialize` option: [Firestore Data Converter](https://firebase.google.com/docs/firestore/query-data/get-data#custom_objects). You can use it to convert your data to a class instance. This is the recommended way to use Firestore with VueFire **and make it typesafe**.
3737

38-
VueFire does support a **global `converter` option** that is equivalent to the previous global `serialize` option. Note that, like the its predecessor `serialize`, VueFire uses a default converter that adds the `id` property to your data, you can import it to use it:
38+
VueFire does support a **global `converter` option** that is equivalent to the previous global `serialize` option. Note that, like its predecessor `serialize`, VueFire uses a default converter that adds the `id` property to your data, you can import it to use it:
3939

4040
```ts
4141
import { firestorePlugin } from 'vuefire'

0 commit comments

Comments
 (0)