Firebase电话号码身份验证始终返回空令牌

时间:2017-09-25 17:40:48

标签: firebase firebase-authentication

我正在尝试使用以下链接将firebase电话号码authenticaton集成到我的应用程序中:https://github.com/firebase/FirebaseUI-Android/blob/master/auth/README.md

我正在使用Firebase-UI的插件解决方案。看起来电话号码认证是成功的,但结果令牌&秘密永远是空的。我确认 onActivityResult 被结果代码解雇为 RESULT_OK

1 个答案:

答案 0 :(得分:0)

您需要明确请求令牌。

请参阅https://firebase.google.com/docs/auth/admin/verify-id-tokens

FirebaseUser mUser = FirebaseAuth.getInstance().getCurrentUser();
mUser.getToken(true)