deletePostDB

fun deletePostDB(postKey: String, delUserFF: Boolean)

Deletes a post from the database.

Parameters

postKey

Unique identifier of the post being deleted.

delUserFF

true if the post was successfully deleted; false, otherwise.