gpt4 book ai didi

firebase - AngularFire 更新单个对象

转载 作者:行者123 更新时间:2023-12-04 05:21:55 29 4
gpt4 key购买 nike

如何更新节点内的单个对象。

{ 
foo:
{
title: 'hello world',
time: '1000'
}
}

如上所述,我只想更新标题。 $firebase(new Firebase(ref).child('foo')).$save();将更新整个节点。也试过 $save('title')但不工作。

之所以只想更新单个对象,是因为有些ng-model不需要更新到 firebase .

最佳答案

这是将标题设置为“随便”的示例

$firebase(new Firebase(ref)).$child('foo').$child('title').$set("whatever")

关于firebase - AngularFire 更新单个对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21355664/

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