android signinWithCredential方法在收到otp后没有调用

时间:2018-06-14 16:49:10

标签: java android

import os,pathlib
class imp(os.PathLike):
 def __init__(self,path):
  self.path=path
 def __fspath__(path):
  return bytes(path)
re=imp('/etc/')
print(os.fspath(re.path))

Output: '/etc/'

Expected output : b '/etc/'

我正在使用电话号码登录我的android.Otp生成来自firebase正常工作后收到otp它没有调用onVerificationCompleted中的signInWithPhoneAuthCredential(凭证)方法,所以我无法重定向页面以验证otp页面。另一个问题是,如果我从firebase身份验证中删除号码,它不再发送otp。

0 个答案:

没有答案