Replies: 1 comment 1 reply
-
I found this https://stackoverflow.com/questions/73256195/firebase-app-check-rejecting-all-requests-from-android-devices Many people have reported the same issue. And a guy who seems to be Firebase team member replied https://stackoverflow.com/a/72549724/219308
|
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.
-
Appcheck works for iOS on real device in debug and release builld. But it doesn't work for Android in debug build and Google Play internal testing stage release build on real device. It's difficult to debug what exactly the problem is. I can't make a production release when I'm not sure.
The fingerprints are fine. I've checked carefully. I have both Play Integrity and SafetyNet in my Firebase console. I've tried to disable Play Integrity and leave only SafetyNet enabled alone, because react-native-firebase doesn't support Play Integrity by now. But it's still not working (permission-denied error).
I've tried to install the internal testing version to many devices, but it's still permission-denied.
React: 17.0.2
React Native: 0.68.2
@react-native-firebase/: 15.0.0
Beta Was this translation helpful? Give feedback.
All reactions