Replies: 1 comment
-
I solved the |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This question is related to #5472 and #5442, but I didn't want to answer a question with another question.
I am currently trying to add app check to my React Typescript application. I followed the web appCheck and appCheck debug provider documentation to set up app check for my app. When I try to work on my debug environment (
localhost
) I however keep receiving a403 Forbidden
error message.System information
OS: Ubuntu 20.04
Node: v14.17.5
Firebase sdk: v9.0.2
Steps to reproduce my problem.
initializeApp
statement, in the typescript file where you set up firebase.REACT_APP_APP_CHECK_SITE_KEY
environment variable.index.html
file:REACT_APP_APP_CHECK_DEBUG_TOKEN
environment variable.I made sure that all the env variables contain the correct tokens.
Full error message
Beta Was this translation helpful? Give feedback.
All reactions