电话验证不起作用。我收到错误“D / err12312:发生了内部错误。[对此API身份验证方法的请求google.firebase.auth.v1.IdentityIdaasAuthenticationService.SendVerificationCode被阻止。]”如何解决这个问题?
的线
admin.inializeApp(functions.config().firebase)
初始化与
admin.initializeApp({
credential: admin.credential.cert(serviceAccount),
databaseURL: 'https://XYZ.firebaseio.com/',
storageBucket: 'gs://project-XYZ.appspot.com/'
});
方法解决问题..我希望....
我想您可能已经添加了对Android API密钥的限制。尝试从云控制台UI中放松,然后再试一次。