Cannot create PhoneAuthCredential without either verificationProof, sessionInfo, temporary proof, or enrollment ID
问题 I'm working on firebase phone authentication, after receiving code on my phone number the code jumps to verifysignincode() method, it fails to create phoneAuthCredentials . The exception which program catches is "Cannot create PhoneAuthCredential without either verificationProof , sessionInfo , temporary proof, or enrollment ID." This is my send code method: public void send_code(){ mCallbacks = new PhoneAuthProvider.OnVerificationStateChangedCallbacks() { @Override public void onCodeSent(