deletePostANDUserFollowedFromUsersDB

fun deletePostANDUserFollowedFromUsersDB(postId: String, delUserFF: Boolean)

Deletes a post and its related data (i.e., bookmark, highlight, and upvote status) from the database.

Parameters

postId

Unique identifier of the post being deleted.

delUserFF

true if the post was and its related data was successfully deleted; false, otherwise.