gpt4 book ai didi

firebase - 在 firebase 中使用 REST API 添加 child

转载 作者:行者123 更新时间:2023-12-02 00:16:21 26 4
gpt4 key购买 nike

嘿,我有一个以下列形式上传的数据集:

SomeKey

-> Alphabet

-a: "['apple', 'ant']"
-b: "['ball', 'bat']"

现在使用 Rest API,我想向对象“Alphabet”添加新的子对象。现在,如果我使用 POST,它会插入一个新的随 secret 钥作为 Alphabet 的子项,并 PUT 到 https://gamma.firebase.com/SomeKey。完全覆盖当前数据。如何使用 REST API 插入新的 child ?

最佳答案

您可以直接通过 URL 称呼 child 。

如果您最初将“a”和“b”写成:/一些键/字母表

然后想稍后添加“c”,您可以将 PUT 请求发送到:/SomeKey/Alphabet/c

此处提供有关 REST API 的其他详细信息: https://www.firebase.com/docs/rest-api.html

关于firebase - 在 firebase 中使用 REST API 添加 child ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12901989/

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