In part 5 of the Firebase Storage tutorial, we will learn how to delete a file from the Firebase Storage and then also delete it's entry from the Firebase Database. For this we will simply call the delete method on the StorageReference of our image which we get with the getReferenceFromUrl method, and then delete the corresponding database node by calling the removeValue method on our DatabaseReference.
#android #firebase #tutorial