Just wondering if you could explain or create a tutorial on how to go about deleting the current user's images from the database and the storage. I implemented the options button to be flag (for the user's following) and delete (for the current user's posts). So basically I am trying to figure out how to call a PostService.DeleteCatch(post) type function very similar to the PostService.flag(post).
Just wondering if you could explain or create a tutorial on how to go about deleting the current user's images from the database and the storage. I implemented the options button to be flag (for the user's following) and delete (for the current user's posts). So basically I am trying to figure out how to call a PostService.DeleteCatch(post) type function very similar to the PostService.flag(post).