Skip to content

ERROR "The named parameter 'auth' is required, but there's no corresponding argument" #112458

@Chonkosaurus-rex

Description

@Chonkosaurus-rex

I am facing problems with adding Recaptcha in the app and i dont understand what to do further. please help me with this.
.
.
.
.
.
Screenshot (3)

.
.
`RecaptchaVerifier(
size: RecaptchaVerifierSize.compact,
theme: RecaptchaVerifierTheme.dark,
onSuccess: (){

        print('reCAPTCHA Completed!');

        if(!resend){
          nextPosition();
        }

        setState(() {
          _showResend = false;
        });
      },
      onError: (FirebaseAuthException error){

        QuickHelp.showAppNotificationAdvanced(
            context: context,
            title: "error".tr(),
            message: error.message);
      },
      onExpired: () {

        QuickHelp.showAppNotificationAdvanced(
            context: context,
            title: "error".tr(),
            message: "auth.recaptcha_expired".tr());`

Metadata

Metadata

Assignees

No one assigned

    Labels

    r: invalidIssue is closed as not valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions