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
These can be generated on the Firebase Console > AppCheck > Apps > Manage Debug Tokens.
28
28
29
29
This variable will not be used in production unless `debug: true` is passed during a build or generate command. This allows you to still test locally using a debug token without having to worry about accidentally deploying it to production.
30
+
31
+
## Debugging utilities
32
+
33
+
You can activate these while developing or building locally by setting them before running the command:
34
+
35
+
```bash
36
+
VUEFIRE_APPCHECK_DEBUG=true VUEFIRE_EMULATORS=true pnpm run build
37
+
```
38
+
39
+
-`VUEFIRE_APPCHECK_DEBUG=true` will activate the AppCheck debug even in production.
40
+
-`VUEFIRE_EMULATORS=true` will activate the Firebase Emulators even in production.
0 commit comments