首页 > 解决方案 > 如何在 android studio 中禁用 captcha Otp 验证

问题描述

这是我正在使用的依赖项

implementation 'com.google.firebase:firebase-auth'
implementation 'com.google.firebase:firebase-messaging:20.2.3'
implementation platform('com.google.firebase:firebase-bom:27.0.0')

这是使用 OTP oncodesend Function not called onVerificationCompleted 在某些设备中调用的代码 iam

所有这些过程都遵循,但在 otp 验证时仍然是验证码

如何在 firebase phone-auth (OTP) android 中禁用 reCaptcha?

标签: androidfirebaseandroid-studioone-time-password

解决方案


推荐阅读