Replies: 1 comment
-
Is that an exact copy of your code? The capitalization on |
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.
-
I'm doing a student project and try to put app-check in the web client
My web client is using Create-React-App, I have import firebase and following the appCheck instruction here: https://firebase.google.com/docs/app-check/web#with-npm
My firebase file looks like the following:
as long as I put appCheck in, I can see the client is trying to make the following calls and it failed because of undefined appID
https://content-firebaseappcheck.googleapis.com/v1beta/projects/student-test-site/apps/undefined:exchangeDebugToken?key=AIzaSyCU4X1qOmDaBCDLIpmj90qAey5fnbKhmkN
I'm pretty sure I get env values from process.env, and my firebase.initializeApp seems working, as without put appCheck in, everything works fine.
Beta Was this translation helpful? Give feedback.
All reactions