腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
Ng-repeat
Firebase
snap.val
、
、
快速问题(我希望):我正在尝试通过我的$scope.discover中的数据进行
ng-repeat
,我使用以下代码来填充该作用域:` const rootRef =
firebase
.database().ref(); getDiscoverBarContent(businessKey,
浏览 11
提问于2017-02-15
得票数 0
回答已采纳
1
回答
ng-使用
Firebase
重复
、
我正在尝试对我导入到
Firebase
中的一些JSON执行
ng-repeat
。下面是HTML: <h3>{{ place.title }}</h3>我还有一个名为placesRef的变量,它指向名为places的
Firebase
对象的一个子对象,当我加载页面时,console.log会打印出这些对象
浏览 2
提问于2014-10-28
得票数 0
1
回答
'
firebase
‘模块和"
Firebase
“模块在Ionic中的区别是什么?
、
、
、
、
目前发现了问题(这也让我感到困惑),但我目前正在使用"
Firebase
“进行身份验证,并使用来自Ionic本机的"
Firebase
”来获取
Firebase
控制台上的分析数据。我认为其中一个是多余的(因为我曾经将
Firebase
初始化数据作为代码中的一个对象,另一个在Google-services.json中)。
浏览 0
提问于2018-04-06
得票数 0
回答已采纳
2
回答
处理异步函数
、
我有以下功能:
firebase
.database().ref("users/" + userName(password,
snap.val
().salt); //console.log(
snap.val
().password);console.log(
snap.val
());
浏览 0
提问于2019-12-10
得票数 0
1
回答
装饰AngularFire 3返回的对象的最佳方法--数据绑定
、
、
我目前的解决方案是使用这样的装饰函数:<tr
ng-repeat
="(id, o) in todos" ng-init="t = decorate(id, o)"> this.id = id; // remove the todo
浏览 5
提问于2014-03-14
得票数 0
回答已采纳
1
回答
来自
firebase
的数据不是在路由更改时加载,而是在刷新时加载。
、
、
WizardController:$scope.propertyRef = $
firebase
(ref); $scope.propertyRef.
浏览 1
提问于2014-03-03
得票数 1
回答已采纳
1
回答
使用vuejs检索
firebase
中当前用户数据的步骤
、
、
、
我正在创建一个只有我在
firebase
中手动创建的用户才能登录的应用程序。 该应用程序由一个多步骤的表单组成,用于收集用户信息。到目前为止,我有一个多步表单,它将数据发送到
firebase
。我用的是vuex和vuefire。
浏览 3
提问于2017-11-03
得票数 0
1
回答
与原语结合的角火
、
、
我就是这样做的: $
firebase
(fb.child('counts/node')).这个API似乎与其他的
firebase
非常不同。我希望得到一个ss作为回调,并做ss.val(),但情况似乎并非如此。有人能证实这是应该的还是我做错了。谢谢。
浏览 1
提问于2014-04-28
得票数 2
回答已采纳
2
回答
反应setState不工作,得到错误
、
、
、
getUserDetails: function(){ if(personID.length > 0){ name:
snap.val
().Name + "
浏览 5
提问于2017-01-25
得票数 0
回答已采纳
1
回答
如何编写
Firebase
时间戳并将其再次写入其他位置
我在
firebase
中的一个位置使用
Firebase
.ServerValue.TIMESTAMP。在我写完它之后,我还想把相同的值存储在另一个位置。 有没有捷径可以做到这一点?
浏览 0
提问于2014-03-12
得票数 0
1
回答
Firebase
查看列表中的特定子对象。网站
、
、
我的代码:{ var itemToRemove = rootRef.child(key);.then(function() { // removed from
Firebase
浏览 0
提问于2017-08-18
得票数 0
1
回答
在ReactJS中手动刷新
Firebase
对象
、
、
、
这是我的投票代码if(this.state.user) { ref.child(this.uid).set(1); }console.log("Error in upvoting.
snap.val
(): &qu
浏览 1
提问于2018-02-02
得票数 2
回答已采纳
2
回答
如何使用javascript从
firebase
检索数据?
、
、
图中显示了我的
firebase
数据,我需要从
firebase
中获取黄色的舍入数据。通过使用entryId作为密钥(‘BWO4D’)。上图显示了我的
firebase
data.data,其中包含entry、lotid、entryid作为我的
firebase
子数据。如何使用javascript从
firebase
获取黄色数据。
浏览 1
提问于2017-10-07
得票数 0
1
回答
访问
firebase
snap函数外部的变量
、
、
messageRef1.on("child_added", function(snap) { mylat=
snap.val
(); document.write我之所以理解这一点,可能是因为
firebase
是异步工作的,基本上其余的代码不会等待
firebase
。我看到了这个,但我不明白我怎么能在这里简单地实现一些东西。谢谢
浏览 0
提问于2017-01-10
得票数 0
3
回答
如何在
firebase
web中获取推送id值
、
、
、
firebase
数据库: "AllocEmp" : { }, "resolvingTime" : "6",} var fb = <e
浏览 1
提问于2018-01-27
得票数 1
1
回答
使用
Firebase
、
、
、
、
}> <button ion-button (click)="load()">Load More Images</button>load() { this.photoList.push({ name:
snap.val
().name,
浏览 0
提问于2018-12-07
得票数 0
1
回答
角2增量计数器不工作
、
、
、
、
这里有一个交易,我正在从
firebase
中获取一些东西,因为它是一个对象,我不能在它上使用.length,所以我声明了一个计数器: number = 0;在我的代码顶部和我的中递增,但是当我做一个console.log这是我的代码(我已经删除了无用的代码在这里发布):
firebase
.database().ref('MedicoPacientes/' + id).once('value', snapshot =>historico.child(key).orderByChild('permi
浏览 2
提问于2017-01-19
得票数 0
回答已采纳
2
回答
Web如何以唯一键获取数据的
firebase
(push())
、
、
这是我的密码 var a = dbRef.push().set({name: "apple", age:"12", sex: "male"}); console.log(
snap.val
()); //I want to get
浏览 5
提问于2017-03-22
得票数 0
回答已采纳
2
回答
获取
Firebase
快照作为数组并设置为作用域
、
、
、
、
我试图以数组的形式返回
Firebase
快照的结果,这样我就可以
ng-repeat
遍历它们(默认情况下,它返回对象)最后一行是我尝试在数组中设置对象,并将它们设置为要重复的作用域。const businessKey = '-KQ1hFH0qrvKSrymmn9d';const discoverRef_key =
snap.val
(); /
浏览 3
提问于2017-02-16
得票数 1
回答已采纳
1
回答
错误:<path>属性d:预期数
、
、
、
、
我正在尝试从
Firebase
检索值和,通过循环
Firebase
中每条路径的和并保持在每个变量中,计算这些值的平均值()。但它告诉我这样一个错误..。for (let j = 1; j < 5; j++) { // Loop all the 2nd paths in
Firebase
this.total2 +=
snap.val
().co
浏览 0
提问于2018-02-13
得票数 0
回答已采纳
点击加载更多
相关
资讯
谷歌今天更新了Firebase
Firebase模块的使用方法
Google的Firebase 如何删除项目
Google AdMob与Firebase关联指南及解析
Android Things 物联网教程:使用 Firebase 同步 Android Things
热门
标签
更多标签
云服务器
ICP备案
云点播
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券