For adding Firebase App Check, there are some differences in the steps shown in the loom video and steps given in FlutterFlow / Firebase docs.
Loom video: https://www.loom.com/share/643864fcb5434e379d3e0cf32ebaebaf
Step 3.3 in FlutterFlow docs: https://docs.flutterflow.io/settings-and-integrations/project-setup/firebase/app-check#adding-firebase-app-check
Step 1.2 and 1.3 in Firebase docs: https://firebase.google.com/docs/app-check/web/recaptcha-enterprise-provider/#project-setup
Below are my queries:
1) In the loom video, while creating the reCaptcha Enterprise key, the 'Use checkbox challenge' is enabled. But in the Step 1.2 (b) of Firebase docs link above, it is mentioned -- Leave the "Use checkbox challenge" option unselected. Could you please confirm if this has to be selected or do we have to keep it unselected?
2) In the loom video, while creating the reCaptcha Enterprise key, the 'This is a testing key' option is selected. But this step is not mentioned in the FlutterFlow or Firebase docs link above. Could you please confirm if this option has to be enabled?
I would be very thankful if someone could please reconfirm the steps for setting up Firebase App Check for web apps.