Skip to content

Commit c318f69

Browse files
authored
docs: deprecations correction in migration (#1290)
1 parent 0e88b31 commit c318f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/cookbook/migration-v2-v3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The `firestorePlugin` and `rtdbPlugin` are now deprecated in favor of _modules_.
2626

2727
// for database
2828
-app.use(rtdbPlugin)
29-
+app.use(VueFire, { modules: [VueFireFirestoreOptionsAPI] })
29+
+app.use(VueFire, { modules: [VueFireDatabaseOptionsAPI] })
3030
````
3131

3232
## Breaking changes

0 commit comments

Comments
 (0)