gpt4 book ai didi

javascript - Firebase 匿名身份验证问题

转载 作者:行者123 更新时间:2023-11-28 01:09:08 25 4
gpt4 key购买 nike

我正在使用 Firebase 简单登录(版本 1.6.1)进行匿名身份验证。我首先说,

var livepolling_ref = new Firebase(FIREBASE_URL);
var auth = new FirebaseSimpleLogin(livepolling_ref, function(error, user) {
if (error) {
console.log('An error!');
} else if (user) {
//Boot the App and save the user.id
//I'm able to reach this point in the code using the debugger
}
});

auth.login('anonymous');

我已检查用户在回调中是否有 uid 和 FirebaseAuthToken,并保存了用户 ID。所以看来我已经登录了。

但是,我的整个 Firebase 存储库具有以下安全性。

".write": "auth != null"

当我检查 Chrome 控制台时,它告诉我“权限被拒绝”。

最佳答案

我意识到我的错误 - 我引用了错误的 Firebase 存储库。抱歉造成困惑!

关于javascript - Firebase 匿名身份验证问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24691831/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com