Skip to content

Commit 6896e44

Browse files
committed
docs: refactor migration
1 parent 424962c commit 6896e44

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

docs/cookbook/migration-v2-v3.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Upgrading to VueFire v3
2+
3+
VueFire v2 and VueFire v3 have a lot in common but a big improvement to the Vue.js Ecosystem happened between them: the Composition API. On top of that, Firebase SDK itself evolved a lot. VueFire v3 is built on top of the Composition API to provide an idiomatic way to use Firebase with Vue.js that works with **both Vue 2 and Vue 3**. This means that if you are still on Vue 2, as long as you are **using Vue 2.7**, you can upgrade to VueFire v3 and use the Composition API or the Options API. It also relies on the new Firebase SDK v9 which provides a modular API that greatly improves the final size of your application. Therefore, these are the requirements to upgrade to VueFire v3:
4+
5+
- Use Vue 2.7 or higher
6+
- Use Firebase SDK v9 or higher
7+
8+
## Vuexfire

docs/cookbook/nuxt.md

Whitespace-only changes.

docs/cookbook/ssr.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/guide/ssr.md

Whitespace-only changes.

0 commit comments

Comments
 (0)