Car*_*rge 0 firebase firebase-authentication
我从firebase登入的运作正常,但从今天开始,似乎没有任何改变,我收到此错误:
Refused to display <oauth redirect url> in a frame because it set 'X-Frame-Options' to 'sameorigin'
Run Code Online (Sandbox Code Playgroud)
并且登录无法通过。我使用的是Firebase 5.5.3,但与6.3.0(最新)完全相同。
var provider = new firebase.auth.FacebookAuthProvider();
provider.addScope('public_profile,email');
firebase.auth().signInWithPopup(provider).then(function (result) {
console.log(result);
});
Run Code Online (Sandbox Code Playgroud)
它甚至不会记录结果...
有什么建议吗?
| 归档时间: |
|
| 查看次数: |
117 次 |
| 最近记录: |