I am following the official firebase authentication documentation for swift available here:
I am trying to log the user in using a verification a code sent to their device. (using reCAPTCHA verification)
https://firebase.google.com/docs/auth/ios/phone-auth, and I get this the error: "Type 'FirebaseAuth' has no member 'showTextInputPrompt'"
Image containing the code snippet causing the error.
I just want to know more about this ".showTextInputPrompt" and where it comes from.