reCAPTCHA v3 mobile

Database & APIs

Hello!
I am attempting to implement reCAPTCHA V3 for mobile.

I have obtained a key from Google Cloud and pasted it into Parameters > Firebase > AppCheck > reCAPTCHA v3 site key.
Could you please guide me on how to use it now?


UPDATE: I found that reCAPTCHA V3 is not available for mobile apps. However, reCAPTCHA Enterprise should work. Therefore, my request remains : I need help implementing reCAPTCHA Enterprise.

What have you tried so far?

I have found an existing package available for download on pub.dev (https://pub.dev/packages/g_recaptcha_v3). However, it is only compatible with web platforms.
I have also come across reCAPTCHA v2, which can be implemented as a component/widget, but this is not what I am looking for.

I have not been able to find comprehensible documentation on how to implement reCAPTCHA v3 from my current stage.

Did you check FlutterFlow's Documentation for this topic?
Yes
2