Getting app-check error when not using it. #6177
Unanswered
rolandszpond
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Well, I found a fix for it... I think, the solution seems weird...
"if (initializing) setInitializing(false)" line is causing the error, which is just a state on my component, don't know why it's affecting the package at all? When I comment this line out, the error goes away and the app renders normally |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seems like when trying to update any state when using |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello, I'm getting the following error even though I haven't install this feature. I'm only using the core app package and the auth package.
You attempted to use "firebase.app('[DEFAULT]').appCheck" but this module could not be found. Ensure you have install and imported the '@react-native-firebase/app-check' package.
Beta Was this translation helpful? Give feedback.
All reactions