gpt4 book ai didi

javascript - 如何将从 firebase 读取的值分配给变量

转载 作者:行者123 更新时间:2023-11-28 18:07:19 25 4
gpt4 key购买 nike

我试图从 firebase 读取值并将其分配给全局变量,但它不起作用。

    public points: any;

readPoints(): any{
this.userProfile.child(this.user.uid).once('value').then((snapshot) =>{
this.points = snapshot.val().user_points;
});
}
console.log(this.points); //undefined




Users{
SAdS4cW57DSLuWr2obbZYUHsmAL2{
user_points: 20
.....

最佳答案

好吧,你的变量是 this.points 但你正在尝试打印 this.point

关于javascript - 如何将从 firebase 读取的值分配给变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42344128/

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