使用signInWithPopup的Firebase身份验证无法在移动设备上运行

时间:2016-05-30 09:47:11

标签: firebase firebase-authentication

我遇到firebase.auth()。signInWithPopup()函数的问题,它在浏览器中完美运行但在真正的移动设备上它根本不起作用。弹出窗口快速打开,然后快速关闭。我认为问题可能出在OAuth重定向域设置上,因为设备没有域名。你们有没有解决方案?

1 个答案:

答案 0 :(得分:2)

目前Firebase v3不支持移动设备上的 firebase.auth()。signInWithPopup() firebase.auth()。signInWithRedirect(),直到解决方案为止是使用 firebase.auth()。signInWithCredential()