Hello,
I've followed the instructions here (Firebase App Check - FlutterFlow Docs) to set up Firebase App Check for reCAPTCHA Enterprise (web). When I use the debug web token to test the app on web, it works but when I deploy the app on the web and enforce App Check, it doesn't work.
After more than a week, Flutter Flow Support hasn't gotten back to me after saying they are looking into it. For reCAPTCHA Enterprise, I suspect it's because FF's native integration is for reCAPTCHA v3 (and is expecting a v3 site Key) and not for reCAPTCHA Enterprise which is why Firebase App Check is not recognizing it. But Support hasn't gotten back to me yet on how to resolve this for reCAPTCHA Enterprise so I've had to disable the web version of my app in the meantime because of this.
Has anyone resolved this issue using reCAPTCHA Enterprise (web) in FF?