Skip to content

Commit 0ad1371

Browse files
committed
update readme
1 parent 3313954 commit 0ad1371

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,20 @@
1111
1212
## IMPORTANT!
1313

14-
> ℹ️ **Firebase JS SDK Version 9 Not Supported ℹ️**:
15-
> This module is written for the Firebase Javascript SDK v8 and prior. It is not yet compatible with the new modular [Version 9](https://firebase.google.com/docs/web/learn-more#modular-version).
16-
>
17-
> If you plan to use Version 9, we advise you for the time being to implement it manually as described in the following [medium article](https://lupas.medium.com/firebase-9-beta-nuxt-js-981cf3dac910).
18-
>
19-
> It is currently unclear when, and if, this module will support version 9. See [discussion](https://github.com/nuxt-community/firebase-module/issues/573).
14+
> ### ⚠️ **Consider the Firebase Version ⚠️**:
15+
>
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.
18+
19+
> ### ℹ️ **Modular Mode (Firebase v9+) ℹ️**:
20+
>
21+
> This module was written for the Firebase Javascript SDK v8 and prior. It does not support the new modular syntax from Firebase v9+.
22+
>
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).
24+
>
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).
2028
2129
## Links
2230

0 commit comments

Comments
 (0)