How to implement VueFireAppCheck #1340
Replies: 2 comments
-
AppCheck should be working properly now. BTW |
Beta Was this translation helpful? Give feedback.
0 replies
-
could you please update the documentation and explain how to use it?? https://vuefire.vuejs.org/guide/app-check.html we can not guest the way guys how we need to get the token.. so some examples would be good. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am struggling to figure out how to use Firebase appCheck with VueFire. I set my recaptcha secret in Firebase backend. Note my app is deployed on Netlify.
I would think the site key needs to be set somewhere that's why I tried use useAppCheckToken & useAppCheck could not get either to work.
This is the error I get: Uncaught TypeError: Cannot read properties of undefined (reading 'debug')
This is what my main.j looks like.
Here is what I tried in my sign component.
Beta Was this translation helpful? Give feedback.
All reactions