How do you fix Firebase App Check connection issues?
Have tried to set up App Check according to the guide:
https://docs.flutterflow.io/settings-and-integrations/integrations/firebase-app-check
Set up App Check in Firebase and is showing registered for iOS, Android and Web. Screenshots below.
Enabled App Check in FlutterFlow.
Included reCAPTCHA Site Key and Run/Test Mode Token.
Android Provider is Play Integrity
When App Check is not enforced, my app works for iOS and Android on mobile devices.
However, when I enforce App Check for Firestore, my app does not work on either iOS or Android on mobile devices. They show a white screen with a loading circle that never finishes loading.
The test token option is working and I can run my app in test mode, even when App Check is enforced.
What are the ways to debug and fix this please? Are there any extra steps that people have taken beyond what is shown in the FlutterFlow docs?