We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e88b31 commit c318f69Copy full SHA for c318f69
docs/cookbook/migration-v2-v3.md
@@ -26,7 +26,7 @@ The `firestorePlugin` and `rtdbPlugin` are now deprecated in favor of _modules_.
26
27
// for database
28
-app.use(rtdbPlugin)
29
-+app.use(VueFire, { modules: [VueFireFirestoreOptionsAPI] })
++app.use(VueFire, { modules: [VueFireDatabaseOptionsAPI] })
30
````
31
32
## Breaking changes
0 commit comments