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()
}
}
答案 0 :(得分:1)
您在提取数据时需要检索帖子ID。例如,在获取数据时也只需获取帖子ID。
--data-ascii <data>
(HTTP) This is just an alias for -d, --data.