简体   繁体   English

如何使用Objective-C删除Firebase中的特定键?

[英]How to remove particular key in Firebase using Objective-C?

I want to remove first key and its value. 我想删除第一个键及其值。 Like for example, in this image: 例如,在此图像中:

How can I modify or remove a specific key in the database of console.firebase.google ? 如何修改或删除console.firebase.google数据库中的特定密钥?

i think it will solve your issue. 我认为它会解决你的问题。

Firebase *ref = path to the parent node
[ref setValue: nil];

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM