Instant Verification prevents onCodeSent() to ever be called & debugged - Firebase SMS Authentication for Android
问题 In Firebase SMS Authentication for Android, I'm trying to debug the stage in which the user has to type in the Verification Code he received via SMS. However, due to the Instant Verification , I cannot recreate this scenario on my phone anymore because the onCodeSent() event is never called again. The onVerificationCompleted() is called instead - which is GOOD for production, but it leaves me no option to debug my SMS Code Verification screen. Unfortunately, at the moment there is no way to