@open-xamu-co/firebase-nuxt 1.0.0-next.1 → 1.0.0-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/README.md +0 -14
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
Firebase nuxt
|
|
2
2
|
|
|
3
|
+
# [1.0.0-next.3](https://github.com/xamu-co/firebase-nuxt/compare/v1.0.0-next.2...v1.0.0-next.3) (2026-01-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* make stable ([38ba0fe](https://github.com/xamu-co/firebase-nuxt/commit/38ba0fea5aa365c9c5354df566d3181a3e716d5c))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* conditional media handler ([d472288](https://github.com/xamu-co/firebase-nuxt/commit/d4722881de6b4b7238e3bcc3fd31378dd8fb1489))
|
|
14
|
+
|
|
15
|
+
# [1.0.0-next.2](https://github.com/xamu-co/firebase-nuxt/compare/v1.0.0-next.1...v1.0.0-next.2) (2026-01-08)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* get instance documents & files ([4846801](https://github.com/xamu-co/firebase-nuxt/commit/4846801d6b80fb95fde8475943ef872351ba43ac))
|
|
21
|
+
|
|
3
22
|
# 1.0.0-next.1 (2026-01-08)
|
|
4
23
|
|
|
5
24
|
|
package/README.md
CHANGED
|
@@ -4,8 +4,6 @@ Powered by Nuxt.js
|
|
|
4
4
|
|
|
5
5
|
## Prerequisites
|
|
6
6
|
|
|
7
|
-
See [Enviroment variables](#environment-variables)
|
|
8
|
-
|
|
9
7
|
A firebase service account would be required. You could find a sample on the discord server
|
|
10
8
|
|
|
11
9
|
See [Enviroment variables](#environment-variables)
|
|
@@ -42,15 +40,6 @@ Due to an [issue with volar](https://github.com/vuejs/language-tools/issues/5018
|
|
|
42
40
|
|
|
43
41
|
Firebase requires 2 keys, the private one from recaptcha, and the site key from recaptcha enterprise. The former one is passed from the config file.
|
|
44
42
|
|
|
45
|
-
It is required to manually authorize [IAM for App Hosting](https://stackoverflow.com/questions/79473624/firebase-app-hosting-unable-to-retrieve-secrets-from-cloud-secret-manager)
|
|
46
|
-
|
|
47
|
-
```bash
|
|
48
|
-
# Replace secretName, backendName & userEmail
|
|
49
|
-
firebase apphosting:secrets:grantaccess secretName --backend backendName
|
|
50
|
-
# Also for emulation
|
|
51
|
-
firebase apphosting:secrets:grantaccess secretName --emails userEmail
|
|
52
|
-
```
|
|
53
|
-
|
|
54
43
|
For app check create the key from Recaptcha v3 console instead of enterprise to avoid issues with legacy keys validation. The debug token allows bypassing the validation on dev environments
|
|
55
44
|
|
|
56
45
|
### Enviroment variables
|
|
@@ -70,9 +59,6 @@ F_CLIENT_EMAIL=""
|
|
|
70
59
|
# App check, site key, public
|
|
71
60
|
RECAPTCHA_ENTERPRISE_SITE_KEY=
|
|
72
61
|
|
|
73
|
-
# Google fonts
|
|
74
|
-
FONTS_API_KEY=
|
|
75
|
-
|
|
76
62
|
# Project
|
|
77
63
|
ORIGIN=
|
|
78
64
|
COUNTRIES_API=
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-xamu-co/firebase-nuxt",
|
|
3
|
-
"version": "1.0.0-next.
|
|
3
|
+
"version": "1.0.0-next.3",
|
|
4
|
+
"stableVersion": "0.0.1",
|
|
4
5
|
"description": "Nuxt 3 module for the xamu project",
|
|
5
6
|
"author": "@xamu-co",
|
|
6
7
|
"type": "module",
|
|
@@ -50,33 +51,33 @@
|
|
|
50
51
|
},
|
|
51
52
|
"./client": {
|
|
52
53
|
"types": "./dist/runtime/client/types/index.d.ts",
|
|
53
|
-
"import": "./dist/runtime/client/types/index.
|
|
54
|
-
"default": "./dist/runtime/client/types/index.
|
|
54
|
+
"import": "./dist/runtime/client/types/index.js",
|
|
55
|
+
"default": "./dist/runtime/client/types/index.js"
|
|
55
56
|
},
|
|
56
57
|
"./client/*": {
|
|
57
|
-
"types": "./dist/runtime/client/*.d.ts",
|
|
58
|
-
"import": "./dist/runtime/client/*.
|
|
59
|
-
"default": "./dist/runtime/client/*.
|
|
58
|
+
"types": "./dist/runtime/client/utils/*.d.ts",
|
|
59
|
+
"import": "./dist/runtime/client/utils/*.js",
|
|
60
|
+
"default": "./dist/runtime/client/utils/*.js"
|
|
60
61
|
},
|
|
61
62
|
"./functions": {
|
|
62
63
|
"types": "./dist/runtime/functions/types/index.d.ts",
|
|
63
|
-
"import": "./dist/runtime/functions/types/index.
|
|
64
|
-
"default": "./dist/runtime/functions/types/index.
|
|
64
|
+
"import": "./dist/runtime/functions/types/index.js",
|
|
65
|
+
"default": "./dist/runtime/functions/types/index.js"
|
|
65
66
|
},
|
|
66
67
|
"./functions/*": {
|
|
67
|
-
"types": "./dist/runtime/functions/*.d.ts",
|
|
68
|
-
"import": "./dist/runtime/functions/*.
|
|
69
|
-
"default": "./dist/runtime/functions/*.
|
|
68
|
+
"types": "./dist/runtime/functions/utils/*.d.ts",
|
|
69
|
+
"import": "./dist/runtime/functions/utils/*.js",
|
|
70
|
+
"default": "./dist/runtime/functions/utils/*.js"
|
|
70
71
|
},
|
|
71
72
|
"./server": {
|
|
72
73
|
"types": "./dist/runtime/server/types/index.d.ts",
|
|
73
|
-
"import": "./dist/runtime/server/types/index.
|
|
74
|
-
"default": "./dist/runtime/server/types/index.
|
|
74
|
+
"import": "./dist/runtime/server/types/index.js",
|
|
75
|
+
"default": "./dist/runtime/server/types/index.js"
|
|
75
76
|
},
|
|
76
77
|
"./server/*": {
|
|
77
|
-
"types": "./dist/runtime/server/*.d.ts",
|
|
78
|
-
"import": "./dist/runtime/server/*.
|
|
79
|
-
"default": "./dist/runtime/server/*.
|
|
78
|
+
"types": "./dist/runtime/server/utils/*.d.ts",
|
|
79
|
+
"import": "./dist/runtime/server/utils/*.js",
|
|
80
|
+
"default": "./dist/runtime/server/utils/*.js"
|
|
80
81
|
}
|
|
81
82
|
},
|
|
82
83
|
"files": [
|
|
@@ -86,7 +87,7 @@
|
|
|
86
87
|
"@nuxt/kit": "^3.20.2",
|
|
87
88
|
"@open-xamu-co/ui-common-enums": "^4.0.0-next.1",
|
|
88
89
|
"@open-xamu-co/ui-common-helpers": "^4.0.0-next.2",
|
|
89
|
-
"@open-xamu-co/ui-nuxt": "^4.0.0-next.
|
|
90
|
+
"@open-xamu-co/ui-nuxt": "^4.0.0-next.5",
|
|
90
91
|
"@pinia/nuxt": "^0.11.0",
|
|
91
92
|
"firebase": "^11.0.2",
|
|
92
93
|
"firebase-admin": "^13.6.0",
|
|
@@ -160,6 +161,5 @@
|
|
|
160
161
|
},
|
|
161
162
|
"browserslist": [
|
|
162
163
|
"defaults"
|
|
163
|
-
]
|
|
164
|
-
"stableVersion": "0.0.1"
|
|
164
|
+
]
|
|
165
165
|
}
|