从Firebase数据库中删除帖子

时间:2017-03-24 15:43:11

标签: ios swift firebase firebase-realtime-database

Post Structure retrieving the data

我正在尝试删除Firebase数据库中的帖子。我有一个ruff时间去除从AutoID生成的值。

override func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCellEditingStyle, forRowAt indexPath: IndexPath) {

    if editingStyle == UITableViewCellEditingStyle.delete{
        let user = FIRAuth.auth()?.currentUser
        let uid = user?.uid
        ref?.child("tests").child(uid!)/* The Posts AutoID*/.removeValue()
        tableView.reloadData()
    }
}

1 个答案:

答案 0 :(得分:1)

您在提取数据时需要检索帖子ID。例如,在获取数据时也只需获取帖子ID。

--data-ascii <data>

(HTTP) This is just an alias for -d, --data.