Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

remove child from firebase swift

  // Remove the post from the DB
  ref.child("posts").child(postId).removeValue { error in
    if error != nil {
        print("error (error)")
    }
  }
 
PREVIOUS NEXT
Tagged: #remove #child #firebase #swift
ADD COMMENT
Topic
Name
6+9 =