How can i correctly setup App Integrity to enable mobile verification in Flutter
I am currently in the middle of creating my authentication process for sign-up in Flutter. I have correctly signed the user up with their email and password, the user is then prompted to enter some details such as fullName and mobileNumber. Once they have entered these details they are taken to a confirm mobile page whereby they click a button to send the code. This prompts the auth_service to send the code but it never executes and returns an error.