While phone verification in firebase, the app opens a App-Name/auth/handler page and does robot verification and returns to app again and then an OTP is recieved.
I want to skip this middle step of robot verification.
I tried using
firebase().auth().settings.appVerificationDisabledForTesting = true;
but it seems only for testing purpose and in IOS.