From 17ee6ff2eafd8081d4044254922e428c55c3a15b Mon Sep 17 00:00:00 2001 From: leopradac <42694271+leopradac@users.noreply.github.com> Date: Sun, 29 Jan 2023 00:10:18 -0500 Subject: [PATCH] update migration-v2-v3.md: Deprecations correction Fix the wrong module call on the document, it was being called VueFireFirestoreOptionsAPI in the database apart. --- docs/cookbook/migration-v2-v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook/migration-v2-v3.md b/docs/cookbook/migration-v2-v3.md index 099970dc..65db0170 100644 --- a/docs/cookbook/migration-v2-v3.md +++ b/docs/cookbook/migration-v2-v3.md @@ -26,7 +26,7 @@ The `firestorePlugin` and `rtdbPlugin` are now deprecated in favor of _modules_. // for database -app.use(rtdbPlugin) -+app.use(VueFire, { modules: [VueFireFirestoreOptionsAPI] }) ++app.use(VueFire, { modules: [VueFireDatabaseOptionsAPI] }) ```` ## Breaking changes