When I upload a file to the Firebase storage I need to check the relevant file name already exist or not. In Firebase database we can do it using snapshot.exists()
. But in Firebase storage I can't find anything regarding that.
I went through this question, but it does not provide better solution for that.