Skip to content

Commit 93ca96b

Browse files
committed
feat: updated readme
1 parent 24bde87 commit 93ca96b

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,17 @@
1111
1212
## IMPORTANT!
1313

14-
> ### ⚠️ **Consider the Firebase Version ⚠️**:
14+
> ### ⚠️ **Breaking ⚠️**:
1515
>
16-
> - @nuxtjs/firebase v7 only support Firebase up to v8
17-
> - If you want to use Firbase v9 (in compat syntax), use [v8.0.0-beta.0](https://www.npmjs.com/package/@nuxtjs/firebase/v/8.0.0-beta.0). Be aware that this version is still in beta.
16+
> @nuxtjs/firebase v8+ only supports Firebase v9 and later.
1817
1918
> ### ℹ️ **Modular Mode (Firebase v9+) ℹ️**:
2019
>
21-
> This module was written for the Firebase Javascript SDK v8 and prior. It does not support the new modular syntax from Firebase v9+.
20+
> This module does not support the new modular syntax from Firebase v9+.
2221
>
23-
> - **Compat Mode:** If you want to work with Firebase v9 in [compat mode](https://firebase.google.com/docs/web/modular-upgrade#update_imports_to_v9_compat), check out [v8.0.0-beta.0](https://www.npmjs.com/package/@nuxtjs/firebase/v/8.0.0-beta.0).
22+
> If you plan to use the new modular mode of Version 9, we advise you to implement Firebase manually as described in the following [medium article](https://lupas.medium.com/firebase-9-beta-nuxt-js-981cf3dac910).
2423
>
25-
> - **Modular Mode:** If you plan to use the new modular mode of Version 9, we advise you to implement Firebase manually as described in the following [medium article](https://lupas.medium.com/firebase-9-beta-nuxt-js-981cf3dac910).
26-
>
27-
> It is currently unclear when, and if, this module will support the new modular mode. See [discussion](https://github.com/nuxt-community/firebase-module/issues/573).
24+
> It is currently unclear when, and if, this module will support the new modular mode. See [discussion](https://github.com/nuxt-community/firebase-module/issues/597).
2825
2926
## Links
3027

0 commit comments

Comments
 (0)