@open-xamu-co/firebase-nuxt 1.0.0-next.1 → 1.0.0-next.2
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 +7 -0
- package/README.md +0 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
Firebase nuxt
|
|
2
2
|
|
|
3
|
+
# [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)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* get instance documents & files ([4846801](https://github.com/xamu-co/firebase-nuxt/commit/4846801d6b80fb95fde8475943ef872351ba43ac))
|
|
9
|
+
|
|
3
10
|
# 1.0.0-next.1 (2026-01-08)
|
|
4
11
|
|
|
5
12
|
|
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
|