You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,20 @@
11
11
12
12
## IMPORTANT!
13
13
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).
0 commit comments